mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
3b7ed87125
2002-12-28 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
16 lines
255 B
Plaintext
16 lines
255 B
Plaintext
libc {
|
|
GLIBC_2.3.2 {
|
|
__register_atfork;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
__libc_pthread_init;
|
|
__libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
|
|
__libc_allocate_rtsig_private;
|
|
}
|
|
}
|
|
libpthread {
|
|
GLIBC_2.0 {
|
|
fork; __fork;
|
|
}
|
|
}
|