mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 22:19:10 +00:00
Add script.com and whois.com courtesy of FreeBSD
This commit is contained in:
parent
654ceaba7d
commit
1ad2f530f9
33 changed files with 1735 additions and 265 deletions
|
@ -178,6 +178,10 @@ extern const uint8_t VTIME;
|
|||
extern const uint8_t VWERASE;
|
||||
extern const uint32_t XCASE;
|
||||
extern const uint32_t XTABS;
|
||||
extern const uint32_t FIODGNAME;
|
||||
extern const uint32_t TIOCPTYGRANT;
|
||||
extern const uint32_t TIOCPTYUNLK;
|
||||
extern const uint32_t TIOCPTYGNAME;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
@ -250,6 +254,7 @@ COSMOPOLITAN_C_END_
|
|||
#define EXTA SYMBOLIC(EXTA)
|
||||
#define EXTB SYMBOLIC(EXTB)
|
||||
#define EXTPROC SYMBOLIC(EXTPROC)
|
||||
#define FIODGNAME SYMBOLIC(FIODGNAME)
|
||||
#define FLUSHO SYMBOLIC(FLUSHO)
|
||||
#define H4DISC SYMBOLIC(H4DISC)
|
||||
#define HUPCL SYMBOLIC(HUPCL)
|
||||
|
@ -319,6 +324,9 @@ COSMOPOLITAN_C_END_
|
|||
#define TIOCNXCL SYMBOLIC(TIOCNXCL)
|
||||
#define TIOCOUTQ SYMBOLIC(TIOCOUTQ)
|
||||
#define TIOCPTMASTER SYMBOLIC(TIOCPTMASTER)
|
||||
#define TIOCPTYGNAME SYMBOLIC(TIOCPTYGNAME)
|
||||
#define TIOCPTYGRANT SYMBOLIC(TIOCPTYGRANT)
|
||||
#define TIOCPTYUNLK SYMBOLIC(TIOCPTYUNLK)
|
||||
#define TIOCREMOTE SYMBOLIC(TIOCREMOTE)
|
||||
#define TIOCSBRK SYMBOLIC(TIOCSBRK)
|
||||
#define TIOCSCTTY SYMBOLIC(TIOCSCTTY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue