mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Write tests and fixes for utimensat()
This commit is contained in:
parent
c06ffd458c
commit
d0d9cd38c5
8 changed files with 129 additions and 41 deletions
|
@ -7,12 +7,4 @@
|
|||
#include "libc/sysv/consts/s.h"
|
||||
#include "libc/sysv/consts/utime.h"
|
||||
#include "libc/time/time.h"
|
||||
|
||||
#define st_atime st_atim.tv_sec
|
||||
#define st_atime_nsec st_atim.tv_nsec
|
||||
#define st_mtime st_mtim.tv_sec
|
||||
#define st_mtime_nsec st_mtim.tv_nsec
|
||||
#define st_ctime st_ctim.tv_sec
|
||||
#define st_ctime_nsec st_ctim.tv_nsec
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue