2020-06-15 07:18:57 -07:00
|
|
|
#ifndef LIBC_ISYSTEM_SYS_STAT_H_
|
|
|
|
#define LIBC_ISYSTEM_SYS_STAT_H_
|
|
|
|
#include "libc/calls/calls.h"
|
2021-09-03 22:19:41 -07:00
|
|
|
#include "libc/calls/struct/stat.h"
|
|
|
|
#include "libc/calls/struct/stat.macros.h"
|
2022-09-06 07:04:13 -07:00
|
|
|
#include "libc/calls/struct/timespec.h"
|
2021-09-03 22:19:41 -07:00
|
|
|
#include "libc/calls/weirdtypes.h"
|
2020-06-15 07:18:57 -07:00
|
|
|
#include "libc/sysv/consts/s.h"
|
2021-09-03 22:19:41 -07:00
|
|
|
#include "libc/sysv/consts/utime.h"
|
2024-05-04 23:05:36 -07:00
|
|
|
#include "libc/time.h"
|
2020-06-15 07:18:57 -07:00
|
|
|
#endif
|