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

@ -1,4 +1,4 @@
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYSCALL_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_SYSCALL_H_
#include "libc/calls/calls.h"
#include "libc/stdio/syscall.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYSCALL_H_ */