cosmopolitan/libc/isystem/sys/stat.h

12 lines
353 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef LIBC_ISYSTEM_SYS_STAT_H_
#define LIBC_ISYSTEM_SYS_STAT_H_
#include "libc/calls/calls.h"
#include "libc/calls/struct/stat.h"
#include "libc/calls/struct/stat.macros.h"
2022-09-06 14:04:13 +00:00
#include "libc/calls/struct/timespec.h"
#include "libc/calls/weirdtypes.h"
2020-06-15 14:18:57 +00:00
#include "libc/sysv/consts/s.h"
#include "libc/sysv/consts/utime.h"
#include "libc/time/time.h"
2020-06-15 14:18:57 +00:00
#endif