mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
adac64a52b
The includes in libc/calls/calls.h have now been refactored so that functions with struct parameters are declared in libc/calls/struct/
7 lines
216 B
C
7 lines
216 B
C
#ifndef LIBC_ISYSTEM_SIGNAL_H_
|
|
#define LIBC_ISYSTEM_SIGNAL_H_
|
|
#include "libc/calls/calls.h"
|
|
#include "libc/calls/struct/sigaction.h"
|
|
#include "libc/calls/struct/siginfo.h"
|
|
#include "libc/sysv/consts/sicode.h"
|
|
#endif
|