mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Improve the cosmocc toolchain
These changes were necessary to help Blink become buildable using Cosmopolitan Libc.
This commit is contained in:
parent
d73523864a
commit
416e173448
5 changed files with 9 additions and 4 deletions
4
libc/isystem/netinet/ip.h
Normal file
4
libc/isystem/netinet/ip.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_NETINET_IP_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_NETINET_IP_H_
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_NETINET_IP_H_ */
|
|
@ -1,4 +1,5 @@
|
|||
#ifndef LIBC_ISYSTEM_SYS_SYSINFO_H_
|
||||
#define LIBC_ISYSTEM_SYS_SYSINFO_H_
|
||||
#include "libc/calls/calls.h"
|
||||
#include "libc/calls/struct/sysinfo.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue