diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-20 17:13:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-20 17:13:47 -0700 |
commit | 4b88139b6f22b70048793725a6c3f67bddc7baee (patch) | |
tree | c686a38eb7cb9540d217a077a258713f3bf8304f /sysdeps/unix/sysv/linux/sparc/Versions | |
parent | 9bc6103d0460686a92105410a306252238d952d8 (diff) | |
download | glibc-4b88139b6f22b70048793725a6c3f67bddc7baee.tar.gz |
Move remaining SPARC code out of nptl/.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/Versions | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/Versions b/sysdeps/unix/sysv/linux/sparc/Versions index 5d31d1d14a..4dc1cd720b 100644 --- a/sysdeps/unix/sysv/linux/sparc/Versions +++ b/sysdeps/unix/sysv/linux/sparc/Versions @@ -30,6 +30,14 @@ libc { __getshmlba; } } + +libpthread { + GLIBC_2.3.3 { + # Changed PTHREAD_STACK_MIN. + pthread_attr_setstack; pthread_attr_setstacksize; + } +} + librt { GLIBC_2.3 { # AIO functions. |