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"
|
2021-09-04 05:19:41 +00:00
|
|
|
#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"
|
2021-09-04 05:19:41 +00:00
|
|
|
#include "libc/calls/weirdtypes.h"
|
2020-06-15 14:18:57 +00:00
|
|
|
#include "libc/sysv/consts/s.h"
|
2021-09-04 05:19:41 +00:00
|
|
|
#include "libc/sysv/consts/utime.h"
|
2024-05-05 06:05:36 +00:00
|
|
|
#include "libc/time.h"
|
2020-06-15 14:18:57 +00:00
|
|
|
#endif
|