From bafccb2f57ac1a1852be2d6aafe33cf02d1630c1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 15:45:38 -0500 Subject: update dependencies --- src/utime/struct_utimbuf.c | 15 --------------- src/utime/time_t.ref | 4 ---- src/utime/utime.c | 16 ---------------- 3 files changed, 35 deletions(-) delete mode 100644 src/utime/struct_utimbuf.c delete mode 100644 src/utime/time_t.ref delete mode 100644 src/utime/utime.c (limited to 'src/utime') diff --git a/src/utime/struct_utimbuf.c b/src/utime/struct_utimbuf.c deleted file mode 100644 index 8a2a3b90..00000000 --- a/src/utime/struct_utimbuf.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include - -struct utimbuf { - time_t actime; - time_t modtime; -}; - -/* -POSIX(1) -*/ - - -#endif diff --git a/src/utime/time_t.ref b/src/utime/time_t.ref deleted file mode 100644 index 4920b205..00000000 --- a/src/utime/time_t.ref +++ /dev/null @@ -1,4 +0,0 @@ -#include -REFERENCE(time/time_t.c) -XOPEN(4) -POSIX(200112) diff --git a/src/utime/utime.c b/src/utime/utime.c deleted file mode 100644 index d7972d7a..00000000 --- a/src/utime/utime.c +++ /dev/null @@ -1,16 +0,0 @@ -#if 0 - -#include -#include -#include "_syscall.h" - -int utime(const char *path, const struct utimbuf *times) -{ - SYSCALL(utime, int, -1, path, times, 0, 0, 0, 0); -} -/* -POSIX(1) -*/ - - -#endif -- cgit v1.2.1