about summary refs log tree commit diff
path: root/signal
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-15 15:34:42 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-26 13:37:18 -0300
commit70a1e36cbea1463325933a5e622da7bd66a9bdab (patch)
tree982c99993015f743a9bf190a63c47250a64385c2 /signal
parentff1e342cd1c20d7e21ab77e67414f67feb9ac197 (diff)
downloadglibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.tar.gz
glibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.tar.xz
glibc-70a1e36cbea1463325933a5e622da7bd66a9bdab.zip
nptl: Move sigaction to libc
The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'signal')
-rw-r--r--signal/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/signal/Versions b/signal/Versions
index a915ef400f..c844d4c144 100644
--- a/signal/Versions
+++ b/signal/Versions
@@ -51,4 +51,7 @@ libc {
   }
   GLIBC_2.21 {
   }
+  GLIBC_PRIVATE {
+    __libc_sigaction;
+  }
 }