Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git] / lunaix-os / usr / libc / includes / signal.h
index b05dec5f2fb4f12ba4466eb733f3df085aaf1eb7..4d934efd060df9076a149d26753c81a5991054ca 100644 (file)
@@ -25,4 +25,8 @@ sigsuspend(const sigset_t* mask);
 extern int
 sigprocmask(int how, const sigset_t* set, sigset_t* oldset);
 
 extern int
 sigprocmask(int how, const sigset_t* set, sigset_t* oldset);
 
+int 
+pthread_sigmask(int how, const sigset_t *restrict set,
+                    sigset_t *restrict oset);
+
 #endif /* __LUNAIX_SIGNAL_H */
 #endif /* __LUNAIX_SIGNAL_H */