[PATCH] signal fixes due to klibc update.

This commit is contained in:
greg@kroah.com 2003-12-17 00:23:28 -08:00 committed by Greg KH
parent 3555a14bae
commit d546791d3a
4 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#endif
#ifdef STANDALONE
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>

View File

@ -52,6 +52,7 @@
#include <config.h>
#endif
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>

View File

@ -25,6 +25,7 @@
extern "C" {
#endif
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <signal.h>
/* flags to tdb_store() */

View File

@ -24,6 +24,7 @@
/*
* udev database library
*/
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>