mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Get more Python tests passing (#141)
This commit is contained in:
parent
916f19eea1
commit
59e1c245d1
141 changed files with 3536 additions and 1203 deletions
4
libc/isystem/sys/sysmacros.h
Normal file
4
libc/isystem/sys/sysmacros.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SYS_SYSMACROS_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_SYSMACROS_H_
|
||||
#include "libc/calls/makedev.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_SYSMACROS_H_ */
|
|
@ -1,5 +1,6 @@
|
|||
#ifndef LIBC_ISYSTEM_SYS_TYPES_H_
|
||||
#define LIBC_ISYSTEM_SYS_TYPES_H_
|
||||
#include "libc/calls/makedev.h"
|
||||
#include "libc/calls/weirdtypes.h"
|
||||
|
||||
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
||||
|
@ -13,8 +14,8 @@ typedef unsigned u_int, uint;
|
|||
typedef unsigned long u_long, ulong;
|
||||
typedef long long quad_t;
|
||||
typedef unsigned long long u_quad_t;
|
||||
#include <endian.h>
|
||||
#include <sys/select.h>
|
||||
#include "libc/isystem/endian.h"
|
||||
#include "libc/isystem/sys/select.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue