repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Makeconfig (sysd-rules-patterns): New variable.
[glibc.git]
/
stdlib
/
old_atexit.c
blob
44bbd699bd74d47da06af9519df054fbf9a74d81
1
#include <shlib-compat.h>
2
3
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2_2)
4
# define atexit attribute_compat_text_section __dyn_atexit
5
# include
"atexit.c"
6
# undef atexit
7
compat_symbol
(
libc
,
__dyn_atexit
,
atexit
,
GLIBC_2_0
);
8
#endif