diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-13 10:04:05 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-13 10:04:05 -0700 |
commit | 8c6d01f0b11e699d7d9868a5bf1eb6d9054c91a3 (patch) | |
tree | 0f86ec102e2b187432508ebcbc035c6dd2b33785 /sysdeps/unix/sysv/linux/arm/Versions | |
parent | bba6da4e1b9c0faf12ec9a48a2822434d9e6bbcd (diff) | |
download | glibc-8c6d01f0b11e699d7d9868a5bf1eb6d9054c91a3.tar glibc-8c6d01f0b11e699d7d9868a5bf1eb6d9054c91a3.tar.gz glibc-8c6d01f0b11e699d7d9868a5bf1eb6d9054c91a3.tar.bz2 glibc-8c6d01f0b11e699d7d9868a5bf1eb6d9054c91a3.zip |
Consolidate NPTL configury for ARM/Linux.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/Versions | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/Versions b/sysdeps/unix/sysv/linux/arm/Versions index 1d9e964640..be3f197a32 100644 --- a/sysdeps/unix/sysv/linux/arm/Versions +++ b/sysdeps/unix/sysv/linux/arm/Versions @@ -37,4 +37,10 @@ libc { GLIBC_2.11 { fallocate64; } + GLIBC_PRIVATE { + # A copy of sigaction lives in libpthread, and needs these. + __default_sa_restorer; __default_rt_sa_restorer; + __default_sa_restorer_v1; __default_rt_sa_restorer_v1; + __default_sa_restorer_v2; __default_rt_sa_restorer_v2; + } } |