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
* sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
[glibc.git]
/
stdlib
/
old_atexit.c
blob
45f330bec8311187754a3d27ff353cbfd4a27b9e
1
#include <shlib-compat.h>
2
3
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2_2)
4
# define atexit __dyn_atexit
5
# include
"atexit.c"
6
# undef atexit
7
compat_symbol
(
libc
,
__dyn_atexit
,
atexit
,
GLIBC_2_0
);
8
#endif