mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 02:38:31 +00:00
Changes made for cosmocc builds (#908)
This commit is contained in:
parent
3b4dbc9fdd
commit
211d5d902e
7 changed files with 17 additions and 1 deletions
0
libc/isystem/sys/cdefs.h
Normal file
0
libc/isystem/sys/cdefs.h
Normal file
|
@ -8,6 +8,7 @@
|
|||
#include "libc/sock/struct/sockaddr.h"
|
||||
#include "libc/sysv/consts/af.h"
|
||||
#include "libc/sysv/consts/limits.h"
|
||||
#include "libc/sysv/consts/msg.h"
|
||||
#include "libc/sysv/consts/pf.h"
|
||||
#include "libc/sysv/consts/scm.h"
|
||||
#include "libc/sysv/consts/shut.h"
|
||||
|
|
4
libc/isystem/ucontext.h
Normal file
4
libc/isystem/ucontext.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef _UCONTEXT_H
|
||||
#define _UCONTEXT_H
|
||||
#include "libc/calls/ucontext.h"
|
||||
#endif
|
|
@ -13,4 +13,9 @@
|
|||
#include "third_party/getopt/long1.h"
|
||||
#include "third_party/musl/crypt.h"
|
||||
#include "third_party/musl/lockf.h"
|
||||
|
||||
#ifndef _CS_PATH
|
||||
#define _CS_PATH 0
|
||||
#endif
|
||||
|
||||
#endif /* _UNISTD_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue