8 lines
203 B
C
8 lines
203 B
C
|
#ifndef LIBC_ISYSTEM_UNISTD_H_
|
||
|
#define LIBC_ISYSTEM_UNISTD_H_
|
||
|
#include "libc/calls/calls.h"
|
||
|
#include "libc/calls/weirdtypes.h"
|
||
|
#include "libc/sysv/consts/fileno.h"
|
||
|
#include "libc/sysv/consts/o.h"
|
||
|
#endif
|