gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r;
getnetent_r; getnetgrent_r; getprotobyname_r; getprotobynumber_r;
getprotoent_r; getservbyname_r;
+ getservbyport_r;
+ getservent_r;
}
GLIBC_2.2 {
# i*
copy_file_range;
}
GLIBC_2.28 {
+ fcntl;
fcntl64;
statx;
}
# Changed getline function in libio.
_IO_getline_info;
+ _IO_fgetpos64;
+ _IO_fsetpos64;
+
# f*
fgetpos64; fopen64; freopen64; fseeko; fseeko64; fsetpos64; ftello;
ftello64; fopen; fclose; fdopen; fread_unlocked; fwrite_unlocked;
GLIBC_2.3.4 {
pthread_attr_getaffinity_np;
pthread_attr_setaffinity_np;
+ pthread_getaffinity_np;
pthread_setaffinity_np;
pthread_setschedprio;
}
__pthread_register_cancel_defer;
__pthread_unregister_cancel;
__pthread_unregister_cancel_restore;
+ __pthread_unwind_next;
call_once;
cnd_broadcast;
cnd_destroy;
pthread_condattr_getpshared;
pthread_condattr_setclock;
pthread_condattr_setpshared;
+ pthread_create;
pthread_detach;
pthread_getattr_default_np;
pthread_getconcurrency;
pthread_mutex_consistent;
pthread_mutex_getprioceiling;
pthread_mutex_setprioceiling;
+ pthread_mutex_timedlock;
+ pthread_mutex_trylock;
pthread_mutexattr_destroy;
pthread_mutexattr_getprioceiling;
pthread_mutexattr_getprotocol;
+ pthread_mutexattr_getpshared;
pthread_mutexattr_getrobust;
pthread_mutexattr_gettype;
pthread_mutexattr_init;
pthread_rwlock_clockrdlock;
pthread_rwlock_clockwrlock;
pthread_rwlock_destroy;
+ pthread_rwlock_init;
pthread_rwlock_rdlock;
pthread_rwlock_timedrdlock;
pthread_rwlock_timedwrlock;
pthread_rwlockattr_init;
pthread_rwlockattr_setkind_np;
pthread_rwlockattr_setpshared;
+ pthread_setaffinity_np;
pthread_setattr_default_np;
pthread_setconcurrency;
pthread_setname_np;
GLIBC_2.11 {
execvpe;
}
+ GLIBC_2.15 {
+ posix_spawn;
+ posix_spawnp;
+ }
GLIBC_2.27 {
glob; glob64;
}
GLIBC_2.2.6 {
ioperm;
}
+ GLIBC_2.3.3 {
+ posix_fadvise64;
+ posix_fallocate64;
+ }
}
# ipc ctl interface change.
semctl; shmctl; msgctl;
+
+ # Old symbol versions from libpthread.
+ __pread64;
+ __pwrite64;
+ lseek64;
+ open64;
+ pread;
+ pread64;
+ pwrite;
+ pwrite64;
}
GLIBC_2.2.1 {
# p*
epoll_create; epoll_ctl; epoll_wait;
}
GLIBC_2.3.3 {
- gnu_dev_major; gnu_dev_minor; gnu_dev_makedev;
+ _sys_siglist;
+ gnu_dev_major;
+ gnu_dev_makedev;
+ gnu_dev_minor;
+ posix_fadvise64;
+ posix_fallocate64;
+ sys_sigabbrev;
+ sys_siglist;
}
GLIBC_2.3.4 {
sched_getaffinity; sched_setaffinity;
GLIBC_2.3 {
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
+ GLIBC_2.3.3 {
+ # Changed PTHREAD_STACK_MIN.
+ pthread_attr_setstack;
+ pthread_attr_setstacksize;
+ }
GLIBC_2.4 {
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
__libc_alpha_cache_shape;
}
}
-libpthread {
- GLIBC_2.3.3 {
- # Changed PTHREAD_STACK_MIN.
- pthread_attr_setstack; pthread_attr_setstacksize;
- }
-}
librt {
GLIBC_2.3 {
# AIO functions.
# v*
versionsort64;
}
- GLIBC_2.3.3 {
- # p*
- posix_fadvise64; posix_fallocate64;
- }
GLIBC_2.3.4 {
# v*
vm86;
# w*
wordexp;
}
+ GLIBC_2.3.3 {
+ # Changed PTHREAD_STACK_MIN.
+ pthread_attr_setstack;
+ pthread_attr_setstacksize;
+ }
GLIBC_2.2.6 {
getunwind;
}
recvmsg; sendmsg;
}
}
-libpthread {
- GLIBC_2.3.3 {
- # Changed PTHREAD_STACK_MIN.
- pthread_attr_setstack; pthread_attr_setstacksize;
- }
-}
librt {
GLIBC_2.3.3 {
# Changed timer_t.
# _*
_test_and_set;
}
+ GLIBC_2.3.3 {
+ # Changed PTHREAD_STACK_MIN.
+ pthread_attr_setstack;
+ pthread_attr_setstacksize;
+ }
GLIBC_2.11 {
fallocate64;
}
libc {
+ GLIBC_2.6 {
+ # Changed PTHREAD_STACK_MIN.
+ pthread_attr_setstack;
+ pthread_attr_setstacksize;
+ }
GLIBC_PRIVATE {
__vdso_get_tbfreq;
__vdso_clock_gettime;
scandir64;
}
GLIBC_2.3.3 {
- posix_fadvise64; posix_fallocate64;
setcontext; getcontext; swapcontext; makecontext;
}
GLIBC_2.3.4 {
- setcontext; getcontext; swapcontext; makecontext;
+ getcontext;
+ longjmp;
+ makecontext;
+ setcontext;
+ siglongjmp;
+ swapcontext;
}
GLIBC_2.11 {
fallocate64;
__ppc_get_timebase_freq;
}
}
-
-libpthread {
- GLIBC_2.3.4 {
- longjmp; siglongjmp;
- }
-}
}
GLIBC_2.3.4 {
getcontext;
+ longjmp;
setcontext;
+ siglongjmp;
swapcontext;
}
GLIBC_2.17 {
timer_settime;
}
}
-
-libpthread {
- GLIBC_2.3.4 {
- longjmp; siglongjmp;
- }
-}
# v*
versionsort64;
}
- GLIBC_2.3.3 {
- posix_fadvise64; posix_fallocate64;
- }
GLIBC_2.9 {
getutent;
getutid;
# v*
versionsort64;
}
- GLIBC_2.3.3 {
- posix_fadvise64; posix_fallocate64;
- }
GLIBC_2.11 {
fallocate64;
}
GLIBC_2.3 {
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
+ GLIBC_2.3.3 {
+ # Changed PTHREAD_STACK_MIN.
+ pthread_attr_setstack;
+ pthread_attr_setstacksize;
+ }
GLIBC_2.4 {
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
}
}
}
-libpthread {
- GLIBC_2.3.3 {
- # Changed PTHREAD_STACK_MIN.
- pthread_attr_setstack; pthread_attr_setstacksize;
- }
-}
-
librt {
GLIBC_2.3 {
# AIO functions.
# s*
scandir64;
}
- GLIBC_2.3.3 {
- posix_fadvise64; posix_fallocate64;
- }
GLIBC_2.11 {
fallocate64;
}