diff options
Diffstat (limited to 'libc/stdlib/old_atexit.c')
-rw-r--r-- | libc/stdlib/old_atexit.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/stdlib/old_atexit.c b/libc/stdlib/old_atexit.c deleted file mode 100644 index b15fd0aa2..000000000 --- a/libc/stdlib/old_atexit.c +++ /dev/null @@ -1,8 +0,0 @@ -/* - * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> - * - * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - */ - -#define L_old_atexit -#include "_atexit.c" |