diff options
Diffstat (limited to 'rt/clock-compat.c')
-rw-r--r-- | rt/clock-compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/clock-compat.c b/rt/clock-compat.c index 1ccc296..0a3ae40 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) \ |