unbreak code inside ifdef
This commit is contained in:
parent
94e479dd1b
commit
f766774209
1 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,6 @@ touchBoth file atime mtime follow =
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#warning "utimensat and lutimes not available; building without symlink timestamp preservation support"
|
#warning "utimensat and lutimes not available; building without symlink timestamp preservation support"
|
||||||
touchBoth _ _ _ _ = noop
|
touchBoth _ _ _ _ = return ()
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue