mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 17:58:30 +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
|
@ -25,7 +25,8 @@
|
|||
#include "libc/sysv/consts/pty.h"
|
||||
#include "libc/sysv/errfuns.h"
|
||||
|
||||
#define TIOCPTYUNLK 0x20007452
|
||||
#define TIOCSPTLCK 0x40045431 // linux
|
||||
#define TIOCPTYUNLK 0x20007452 // xnu
|
||||
|
||||
/**
|
||||
* Unlocks pseudoteletypewriter pair.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue