Create a fake syscall() function due to Python

This commit is contained in:
Justine Tunney 2023-06-09 05:18:38 -07:00
parent 4b2023ffab
commit 2eb7148474
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
8 changed files with 74 additions and 8 deletions

View file

@ -27,5 +27,6 @@
#define IN_OPEN 0x20
#define IN_Q_OVERFLOW 0x4000
#define IN_UNMOUNT 0x2000
#define IN_CLASSA_NSHIFT 24
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_IN_H_ */