From 6c9578a24b5c4182d1c475a32a147478bc757bf3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 31 Jul 2014 12:46:14 +0200 Subject: Fix -Wundef warning for HAVE_IFUNC --- rt/clock-compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt') 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 -#ifdef HAVE_IFUNC +#if HAVE_IFUNC # define COMPAT_REDIRECT(name, proto, arglist) \ __typeof (name) *name##_ifunc (void) asm (#name); \ __typeof (name) *name##_ifunc (void) \ -- cgit v1.1