LibC: fix sig_atomic_t definition

This commit is contained in:
Bananymous 2023-06-02 17:08:43 +03:00
parent 633cb4f282
commit 35c6edd989
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ __BEGIN_DECLS
#define __need_pthread_attr_t
#include <sys/types.h>
typedef int sigatomic_t;
typedef int sig_atomic_t;
typedef void* sigset_t;
union sigval