utimens: cache whether utimensat syscall works
[pspp] / lib / utimens.h
index a36f27da9e670a32722c6606c5ec2287bdc2366c..a02c6a465d8df3b5d792545fe9a9ab15aa9e021e 100644 (file)
@@ -1,2 +1,5 @@
-#include "timespec.h"
+#include <time.h>
+int fdutimens (char const *, int, struct timespec const [2]);
+int gl_futimens (int, char const *, struct timespec const [2]);
 int utimens (char const *, struct timespec const [2]);
+int lutimens (char const *, struct timespec const [2]);