Initial import
This commit is contained in:
11
libc/calls/typedef/sigaction_f.h
Normal file
11
libc/calls/typedef/sigaction_f.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_CALLS_TYPEDEF_SIGACTION_F_H_
|
||||
#define COSMOPOLITAN_LIBC_CALLS_TYPEDEF_SIGACTION_F_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
struct siginfo;
|
||||
struct ucontext;
|
||||
|
||||
typedef void (*sigaction_f)(int, struct siginfo *, struct ucontext *);
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_CALLS_TYPEDEF_SIGACTION_F_H_ */
|
||||
10
libc/calls/typedef/sighandler_t.h
Normal file
10
libc/calls/typedef/sighandler_t.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_CALLS_TYPEDEF_SIGHANDLER_T_H_
|
||||
#define COSMOPOLITAN_LIBC_CALLS_TYPEDEF_SIGHANDLER_T_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
typedef void (*sighandler_t)(int);
|
||||
|
||||
typedef void (*sighandler_t)(int);
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_CALLS_TYPEDEF_SIGHANDLER_T_H_ */
|
||||
Reference in New Issue
Block a user