LibC: fix sig_atomic_t definition
This commit is contained in:
@@ -21,7 +21,7 @@ __BEGIN_DECLS
|
|||||||
#define __need_pthread_attr_t
|
#define __need_pthread_attr_t
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
typedef int sigatomic_t;
|
typedef int sig_atomic_t;
|
||||||
typedef void* sigset_t;
|
typedef void* sigset_t;
|
||||||
|
|
||||||
union sigval
|
union sigval
|
||||||
|
|||||||
Reference in New Issue
Block a user