X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsignal.h;h=5c48cb838fab75faea60d2433d47be2088d786d9;hb=f450c150d31730b18a145cca17150427cf3f20e6;hp=4001ff49da28065fec859174c6db1844f14165cf;hpb=38e81ddc0440ecc61f6fa9faf9225b91c9c8017c;p=musl diff --git a/include/signal.h b/include/signal.h index 4001ff49..5c48cb83 100644 --- a/include/signal.h +++ b/include/signal.h @@ -210,7 +210,7 @@ int sigpending(sigset_t *); int sigwait(const sigset_t *__restrict, int *__restrict); int sigwaitinfo(const sigset_t *__restrict, siginfo_t *__restrict); int sigtimedwait(const sigset_t *__restrict, siginfo_t *__restrict, const struct timespec *__restrict); -int sigqueue(pid_t, int, const union sigval); +int sigqueue(pid_t, int, union sigval); int pthread_sigmask(int, const sigset_t *__restrict, sigset_t *__restrict); int pthread_kill(pthread_t, int); @@ -233,6 +233,7 @@ void (*sigset(int, void (*)(int)))(int); #define TRAP_TRACE 2 #define TRAP_BRANCH 3 #define TRAP_HWBKPT 4 +#define TRAP_UNK 5 #define POLL_IN 1 #define POLL_OUT 2 #define POLL_MSG 3