diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/Versions | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Versions b/sysdeps/unix/sysv/linux/alpha/Versions index b3cec3a75f..29b82f999b 100644 --- a/sysdeps/unix/sysv/linux/alpha/Versions +++ b/sysdeps/unix/sysv/linux/alpha/Versions @@ -94,9 +94,20 @@ ld { __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. aio_cancel; aio_cancel64; } + GLIBC_2.3.3 { + # Changed timer_t. + timer_create; timer_delete; timer_getoverrun; timer_gettime; + timer_settime; + } } |