diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-03 03:10:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-03 03:10:25 +0000 |
commit | d87ab9bc127edfcf7b4bfccd77bd2bec6b68e2a0 (patch) | |
tree | fb16baf55c4f50712119daade482148b6242923e /sysdeps/unix/sysv/linux | |
parent | 82019706cf1e3eb089ed620b95913e47e0599936 (diff) | |
download | glibc-d87ab9bc127edfcf7b4bfccd77bd2bec6b68e2a0.tar glibc-d87ab9bc127edfcf7b4bfccd77bd2bec6b68e2a0.tar.gz glibc-d87ab9bc127edfcf7b4bfccd77bd2bec6b68e2a0.tar.bz2 glibc-d87ab9bc127edfcf7b4bfccd77bd2bec6b68e2a0.zip |
Additional versions for Linux/Alpha.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/nptl/Versions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/nptl/Versions b/sysdeps/unix/sysv/linux/alpha/nptl/Versions index 3b111ddb51..437c4da28b 100644 --- a/sysdeps/unix/sysv/linux/alpha/nptl/Versions +++ b/sysdeps/unix/sysv/linux/alpha/nptl/Versions @@ -1,3 +1,9 @@ +libpthread { + GLIBC_2.3.3 { + # Changed PTHREAD_STACK_MIN. + pthread_attr_setstack; pthread_attr_setstacksize; + } +} librt { GLIBC_2.3.3 { # Changed timer_t. |