Make blink support conditionally linkable into APE

This commit is contained in:
Justine Tunney 2023-06-17 07:55:35 -07:00
parent 52d28966f7
commit 562a1384cd
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
21 changed files with 288 additions and 269 deletions

View file

@ -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.