* commit '12144696ac9b53462fbfb0fb4f1a181e10df7437': Reduce <signal.h> namespace pollution.
This commit is contained in:
commit
fe1709bdca
@ -28,6 +28,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
|
||||
int sigemptyset(sigset_t* set) {
|
||||
if (set == NULL) {
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
|
||||
int sigfillset(sigset_t* set) {
|
||||
if (set == NULL) {
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include <limits.h>
|
||||
#include <machine/pthread_types.h>
|
||||
#include <machine/timespec.h>
|
||||
#include <string.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user