From 8917a48c31540dd7a99f95dd317d6cf1ac2f6803 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 8 Nov 2022 11:53:19 -0500 Subject: tests/xtouch: Add some missing POSIX touch features --- src/stat.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/stat.c') diff --git a/src/stat.c b/src/stat.c index b59e9b0..94dedef 100644 --- a/src/stat.c +++ b/src/stat.c @@ -37,13 +37,6 @@ # define BFS_STATX true #endif -#if __APPLE__ -# define st_atim st_atimespec -# define st_ctim st_ctimespec -# define st_mtim st_mtimespec -# define st_birthtim st_birthtimespec -#endif - const char *bfs_stat_field_name(enum bfs_stat_field field) { switch (field) { case BFS_STAT_DEV: -- cgit v1.2.3