Rivoreo Source Code Repositories
src.rivoreo.one
/
devel
/
celibc
/
ebd14ef1cf30a62ea8497ae662a452a0ffd79308
/
.
/
stat.h
blob: 01a9f2b40b42e512409f7f3c013c08e85523b522 [
file
] [
log
] [
blame
] [
raw
]
#ifndef
_STAT_H_
//#error You must include sys/stat.h first.
#include
<sys/stat.h>
#endif
#ifndef
_STAT2_H
#define
_STAT2_H
struct
timespec
{
long
int
tv_sec
;
// Seconds.
long
int
tv_nsec
;
// Nanoseconds.
};
#endif