mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 21:10:29 +00:00
Make blink support conditionally linkable into APE
This commit is contained in:
parent
52d28966f7
commit
562a1384cd
21 changed files with 288 additions and 269 deletions
|
@ -81,7 +81,6 @@ extern const int TCSAFLUSH;
|
|||
extern const int TCSANOW;
|
||||
extern const uint64_t TIOCCONS;
|
||||
extern const uint64_t TIOCGETD;
|
||||
extern const uint64_t TIOCGPTN;
|
||||
extern const uint64_t TIOCGWINSZ;
|
||||
extern const uint64_t TIOCNOTTY;
|
||||
extern const uint64_t TIOCNXCL;
|
||||
|
@ -211,7 +210,6 @@ extern const uint32_t CRTSCTS;
|
|||
#define TCSANOW 0
|
||||
#define TIOCCONS TIOCCONS
|
||||
#define TIOCGETD TIOCGETD
|
||||
#define TIOCGPTN TIOCGPTN
|
||||
#define TIOCGWINSZ TIOCGWINSZ
|
||||
#define TIOCNOTTY TIOCNOTTY
|
||||
#define TIOCNXCL TIOCNXCL
|
||||
|
@ -308,7 +306,6 @@ extern const uint32_t CRTSCTS;
|
|||
#define __tmpcosmo_TCOFLUSH 659539281
|
||||
#define __tmpcosmo_TIOCCONS 1455144588
|
||||
#define __tmpcosmo_TIOCGETD 470897144
|
||||
#define __tmpcosmo_TIOCGPTN 67701595
|
||||
#define __tmpcosmo_TIOCGWINSZ 965491756
|
||||
#define __tmpcosmo_TIOCNOTTY 1073131930
|
||||
#define __tmpcosmo_TIOCNXCL 1210582499
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue