about summary refs log tree commit diff
path: root/nptl/pthread_sigmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_sigmask.c')
-rw-r--r--nptl/pthread_sigmask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_sigmask.c b/nptl/pthread_sigmask.c
index 20f811cc6b..977740b97e 100644
--- a/nptl/pthread_sigmask.c
+++ b/nptl/pthread_sigmask.c
@@ -32,7 +32,7 @@ __pthread_sigmask (int how, const sigset_t *newmask, sigset_t *oldmask)
          || __glibc_unlikely (__sigismember (newmask, SIGSETXID))))
     {
       local_newmask = *newmask;
-      __clear_internal_signals (&local_newmask);
+      clear_internal_signals (&local_newmask);
       newmask = &local_newmask;
     }