summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Utility/Touch.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Touch.hsc b/Utility/Touch.hsc
index e2dba79ab..0b1ca3d9b 100644
--- a/Utility/Touch.hsc
+++ b/Utility/Touch.hsc
@@ -115,6 +115,6 @@ touchBoth file atime mtime follow =
#else
#warning "utimensat and lutimes not available; building without symlink timestamp preservation support"
-touchBoth _ _ _ _ = noop
+touchBoth _ _ _ _ = return ()
#endif
#endif