mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-19 17:10:30 +00:00
Create a fake syscall() function due to Python
This commit is contained in:
parent
4b2023ffab
commit
2eb7148474
8 changed files with 74 additions and 8 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "libc/sock/struct/ip_mreq.h"
|
||||
#include "libc/sock/struct/sockaddr.h"
|
||||
#include "libc/sock/struct/sockaddr6.h"
|
||||
#include "libc/sysv/consts/in.h"
|
||||
#include "libc/sysv/consts/inaddr.h"
|
||||
#include "libc/sysv/consts/inet6.h"
|
||||
#include "libc/sysv/consts/ip.h"
|
||||
|
|
|
@ -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_ */
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_XATTR_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_XATTR_H_
|
||||
#include "libc/calls/xattr.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_XATTR_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue