mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-01 14:38:29 +00:00
9 lines
271 B
C
9 lines
271 B
C
#ifndef LIBC_ISYSTEM_LIMITS_H_
|
|
#define LIBC_ISYSTEM_LIMITS_H_
|
|
#include "libc/intrin/pthread.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
|