]> git.ipfire.org Git - thirdparty/glibc.git/blame - stdlib/old_atexit.c
posix/glob.c: update from gnulib
[thirdparty/glibc.git] / stdlib / old_atexit.c
CommitLineData
c08bc50a
UD
1#include <shlib-compat.h>
2
3#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2_2)
4a381a81 4# define atexit attribute_compat_text_section __dyn_atexit
c08bc50a
UD
5# include "atexit.c"
6# undef atexit
7compat_symbol (libc, __dyn_atexit, atexit, GLIBC_2_0);
8#endif