mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 11:48:30 +00:00
parent
446a1f7c5a
commit
06f9a5b627
34 changed files with 115 additions and 51 deletions
|
@ -46,7 +46,7 @@ void XlatLinuxToTermios(struct termios *, const struct termios_bits *);
|
|||
void XlatTermiosToLinux(struct termios_bits *, const struct termios *);
|
||||
void XlatWinsizeToLinux(struct winsize_bits *, const struct winsize *);
|
||||
void XlatSigsetToLinux(uint8_t[8], const sigset_t *);
|
||||
void XlatLinuxToSigset(sigset_t *, const uint8_t[]);
|
||||
void XlatLinuxToSigset(sigset_t *, const uint8_t[8]);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue