From 2c913b4bf77c93ff3b1bdbe4fdef50e1b843bea3 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 29 May 2017 00:49:47 -0500 Subject: [PATCH] Fix typo in d999ac7 --- lib/roken/getauxval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/getauxval.c b/lib/roken/getauxval.c index f0ea0d0c3..2463f0a02 100644 --- a/lib/roken/getauxval.c +++ b/lib/roken/getauxval.c @@ -134,7 +134,7 @@ rk_getauxv(unsigned long type) return NULL; } -#ifndef HAVE_GETAUXVAL +#ifdef HAVE_GETAUXVAL static unsigned long rk_getprocauxval(unsigned long type) {