aboutsummaryrefslogtreecommitdiff
path: root/stdlib/old_atexit.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/old_atexit.c')
-rw-r--r--stdlib/old_atexit.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/stdlib/old_atexit.c b/stdlib/old_atexit.c
deleted file mode 100644
index 44bbd699bd..0000000000
--- a/stdlib/old_atexit.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <shlib-compat.h>
-
-#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2_2)
-# define atexit attribute_compat_text_section __dyn_atexit
-# include "atexit.c"
-# undef atexit
-compat_symbol (libc, __dyn_atexit, atexit, GLIBC_2_0);
-#endif