diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/Versions b/sysdeps/unix/sysv/linux/mips/Versions index aeaac41744..db6222e9a7 100644 --- a/sysdeps/unix/sysv/linux/mips/Versions +++ b/sysdeps/unix/sysv/linux/mips/Versions @@ -21,6 +21,11 @@ libc { # _* _test_and_set; } + GLIBC_2.3.3 { + # Changed PTHREAD_STACK_MIN. + pthread_attr_setstack; + pthread_attr_setstacksize; + } GLIBC_2.11 { fallocate64; } |