Import nsync

This commit is contained in:
Justine Tunney 2022-09-10 16:11:26 -07:00
parent cdb2284f0d
commit 5dff63a31c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
50 changed files with 5276 additions and 14 deletions

View 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_ */