summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-05-15 20:19:41 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-05-15 20:19:41 +0000
commit97e0a785c827577aada4a474d2616af00a7278f4 (patch)
tree2e885f6f7fda772dd6ea0bebed709d215b63a9d4 /src
parent13a62c4ac5feb8d3bc68346eb987bd04d05e3457 (diff)
downloadskalibs-97e0a785c827577aada4a474d2616af00a7278f4.tar.xz
bugfixes: invalid clockmon detection and futimens detection
Diffstat (limited to 'src')
-rw-r--r--src/sysdeps/tryfutimens.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sysdeps/tryfutimens.c b/src/sysdeps/tryfutimens.c
index 7ed1635..f111647 100644
--- a/src/sysdeps/tryfutimens.c
+++ b/src/sysdeps/tryfutimens.c
@@ -5,6 +5,9 @@
#ifndef __EXTENSIONS__
#define __EXTENSIONS__
#endif
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
#include <sys/stat.h>