diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-02 03:07:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-02 03:07:47 +0100 |
commit | d7c1b279093dfb77675d391be293b756da87d1af (patch) | |
tree | ee81fd941bd70a3fbb65097b64ddba425e228559 /libc/stdlib/old_atexit.c | |
parent | 23bb649090ff588e8642f0c581cfe7ce2d29c757 (diff) |
remove COMPAT_ATEXIT
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" |