X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fpthread_sigmask.c;h=88c333f6b682b0c3db71fc35b5e7ed69636272a4;hb=2d7d05f031e014068a61d3076c6178513395d2ae;hp=b274bd0d8ac19fcb54a3e32a81b2db6fccdc1d6b;hpb=ccc7b4c3a17ade90de71e1e0f44deebbffd646e6;p=musl diff --git a/src/thread/pthread_sigmask.c b/src/thread/pthread_sigmask.c index b274bd0d..88c333f6 100644 --- a/src/thread/pthread_sigmask.c +++ b/src/thread/pthread_sigmask.c @@ -1,6 +1,5 @@ #include #include -#include #include "syscall.h" int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old)