am 62d20fb2: Merge "Reduce <signal.h> namespace pollution."

* commit '62d20fb21948d7a31d453ec08ed5abc02d3dd1d3':
  Reduce <signal.h> namespace pollution.
This commit is contained in:
Elliott Hughes 2015-01-24 22:41:01 +00:00 committed by Android Git Automerger
commit 12144696ac
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>