From 253a32e2f9ff1cbb8edbe7c79834a678daebeb93 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 13:14:01 -0500 Subject: merge POSIX.1-1988/1990 --- src/utime/struct_utimbuf.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/utime/struct_utimbuf.c (limited to 'src/utime/struct_utimbuf.c') diff --git a/src/utime/struct_utimbuf.c b/src/utime/struct_utimbuf.c new file mode 100644 index 00000000..6fd37261 --- /dev/null +++ b/src/utime/struct_utimbuf.c @@ -0,0 +1,10 @@ +#include + +struct utimbuf { + time_t actime; + time_t modtime; +}; + +/* +POSIX(1) +*/ -- cgit v1.2.1