am 62d20fb2
: Merge "Reduce <signal.h> namespace pollution."
* commit '62d20fb21948d7a31d453ec08ed5abc02d3dd1d3': Reduce <signal.h> namespace pollution.
This commit is contained in:
commit
12144696ac
@ -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