mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
155b378a39
The organization of the source files is now much more rational. Old experiments that didn't work out are now deleted. Naming of things like files is now more intuitive.
9 lines
270 B
C
9 lines
270 B
C
#ifndef LIBC_ISYSTEM_LIMITS_H_
|
|
#define LIBC_ISYSTEM_LIMITS_H_
|
|
#include "libc/thread/thread.h"
|
|
#include "libc/limits.h"
|
|
#include "libc/sysv/consts/_posix.h"
|
|
#include "libc/sysv/consts/iov.h"
|
|
#include "libc/sysv/consts/limits.h"
|
|
#include "libc/sysv/consts/xopen.h"
|
|
#endif
|