mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 16:58:30 +00:00
Import nsync
This commit is contained in:
parent
cdb2284f0d
commit
5dff63a31c
50 changed files with 5276 additions and 14 deletions
5
libc/isystem/linux/futex.h
Normal file
5
libc/isystem/linux/futex.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_LINUX_FUTEX_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_LINUX_FUTEX_H_
|
||||
#include "libc/sysv/consts/futex.h"
|
||||
#include "libc/sysv/consts/nr.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_LINUX_FUTEX_H_ */
|
4
libc/isystem/semaphore.h
Normal file
4
libc/isystem/semaphore.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_SEMAPHORE_H_
|
||||
#define COSMOPOLITAN_LIBC_ISYSTEM_SEMAPHORE_H_
|
||||
#include "libc/calls/semaphore.internal.h"
|
||||
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SEMAPHORE_H_ */
|
|
@ -3,6 +3,7 @@
|
|||
#include "libc/calls/struct/timespec.h"
|
||||
#include "libc/calls/struct/timeval.h"
|
||||
#include "libc/calls/weirdtypes.h"
|
||||
#include "libc/sysv/consts/clock.h"
|
||||
#include "libc/sysv/consts/sched.h"
|
||||
#include "libc/time/struct/tm.h"
|
||||
#include "libc/time/time.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue