summary refs log tree commit diff
path: root/rt/clock-compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/clock-compat.c')
-rw-r--r--rt/clock-compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/clock-compat.c b/rt/clock-compat.c
index 1ccc2965e2..0a3ae40434 100644
--- a/rt/clock-compat.c
+++ b/rt/clock-compat.c
@@ -27,7 +27,7 @@
 
 #include <time.h>
 
-#ifdef HAVE_IFUNC
+#if HAVE_IFUNC
 # define COMPAT_REDIRECT(name, proto, arglist)				      \
   __typeof (name) *name##_ifunc (void) asm (#name);			      \
   __typeof (name) *name##_ifunc (void)					      \