]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - htl/pt-create.c
htl: Avoid exposing unixoid functions
[thirdparty/glibc.git] / htl / pt-create.c
index 59ba04d2a815dcc62f505fd0cd47d809660c1a3f..0b3237f46a0a4ec09fb7f85640cbba391a271cb5 100644 (file)
@@ -178,7 +178,7 @@ __pthread_create_internal (struct __pthread **thread,
      shall be empty."  If the currnet thread is not a pthread then we
      just inherit the process' sigmask.  */
   if (__pthread_num_threads == 1)
-    err = sigprocmask (0, 0, &sigset);
+    err = __sigprocmask (0, 0, &sigset);
   else
     err = __pthread_sigstate (_pthread_self (), 0, 0, &sigset, 0);
   assert_perror (err);