mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-15 15:20:02 +00:00
Change magnum types to match other platforms (#525)
This commit is contained in:
parent
af3df0893b
commit
5f552338d6
65 changed files with 1311 additions and 1305 deletions
|
@ -4,49 +4,49 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
extern const long SIGABRT;
|
||||
extern const long SIGALRM;
|
||||
extern const long SIGBUS;
|
||||
extern const long SIGCHLD;
|
||||
extern const long SIGCONT;
|
||||
extern const long SIGEMT;
|
||||
extern const long SIGFPE;
|
||||
extern const long SIGHUP;
|
||||
extern const long SIGILL;
|
||||
extern const long SIGINFO;
|
||||
extern const long SIGINT;
|
||||
extern const long SIGIO;
|
||||
extern const long SIGIOT;
|
||||
extern const long SIGKILL;
|
||||
extern const long SIGPIPE;
|
||||
extern const long SIGPOLL;
|
||||
extern const long SIGPROF;
|
||||
extern const long SIGPWR;
|
||||
extern const long SIGQUIT;
|
||||
extern const long SIGRTMAX;
|
||||
extern const long SIGRTMIN;
|
||||
extern const long SIGSEGV;
|
||||
extern const long SIGSTKFLT;
|
||||
extern const long SIGSTOP;
|
||||
extern const long SIGSYS;
|
||||
extern const long SIGTERM;
|
||||
extern const long SIGTRAP;
|
||||
extern const long SIGTSTP;
|
||||
extern const long SIGTTIN;
|
||||
extern const long SIGTTOU;
|
||||
extern const long SIGUNUSED;
|
||||
extern const long SIGURG;
|
||||
extern const long SIGUSR1;
|
||||
extern const long SIGUSR2;
|
||||
extern const long SIGVTALRM;
|
||||
extern const long SIGWINCH;
|
||||
extern const long SIGXCPU;
|
||||
extern const long SIGXFSZ;
|
||||
extern const int SIGABRT;
|
||||
extern const int SIGALRM;
|
||||
extern const int SIGBUS;
|
||||
extern const int SIGCHLD;
|
||||
extern const int SIGCONT;
|
||||
extern const int SIGEMT;
|
||||
extern const int SIGFPE;
|
||||
extern const int SIGHUP;
|
||||
extern const int SIGILL;
|
||||
extern const int SIGINFO;
|
||||
extern const int SIGINT;
|
||||
extern const int SIGIO;
|
||||
extern const int SIGIOT;
|
||||
extern const int SIGKILL;
|
||||
extern const int SIGPIPE;
|
||||
extern const int SIGPOLL;
|
||||
extern const int SIGPROF;
|
||||
extern const int SIGPWR;
|
||||
extern const int SIGQUIT;
|
||||
extern const int SIGRTMAX;
|
||||
extern const int SIGRTMIN;
|
||||
extern const int SIGSEGV;
|
||||
extern const int SIGSTKFLT;
|
||||
extern const int SIGSTOP;
|
||||
extern const int SIGSYS;
|
||||
extern const int SIGTERM;
|
||||
extern const int SIGTRAP;
|
||||
extern const int SIGTSTP;
|
||||
extern const int SIGTTIN;
|
||||
extern const int SIGTTOU;
|
||||
extern const int SIGUNUSED;
|
||||
extern const int SIGURG;
|
||||
extern const int SIGUSR1;
|
||||
extern const int SIGUSR2;
|
||||
extern const int SIGVTALRM;
|
||||
extern const int SIGWINCH;
|
||||
extern const int SIGXCPU;
|
||||
extern const int SIGXFSZ;
|
||||
|
||||
extern const long SIG_ATOMIC_MIN;
|
||||
extern const long SIG_BLOCK;
|
||||
extern const long SIG_SETMASK;
|
||||
extern const long SIG_UNBLOCK;
|
||||
extern const int SIG_ATOMIC_MIN;
|
||||
extern const int SIG_BLOCK;
|
||||
extern const int SIG_SETMASK;
|
||||
extern const int SIG_UNBLOCK;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue