Merge "Reduce <signal.h> namespace pollution."

This commit is contained in:
Elliott Hughes 2015-01-24 22:34:51 +00:00 committed by Gerrit Code Review
commit 62d20fb219
3 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
#include <errno.h>
#include <signal.h>
#include <string.h>
int sigemptyset(sigset_t* set) {
if (set == NULL) {

View File

@ -28,6 +28,7 @@
#include <errno.h>
#include <signal.h>
#include <string.h>
int sigfillset(sigset_t* set) {
if (set == NULL) {

View File

@ -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>