diff options
Diffstat (limited to 'lib/utimens.h')
-rw-r--r-- | lib/utimens.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utimens.h b/lib/utimens.h index 169521da73..8b3ccef5eb 100644 --- a/lib/utimens.h +++ b/lib/utimens.h @@ -1,3 +1,4 @@ #include <time.h> 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]); |