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

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