aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-10-30 11:19:47 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-10-30 11:19:47 +0000
commitca34591f29e3548ce4648a90ffb6e78fedec62cc (patch)
treeb33961f8948c6f91bdef5eb6fb0befded6a0d1c5 /lib
parentbb966f87bc5e9a52cdb925d9103e580b42d99903 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/csu/tests/init_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/tests/init_test.c b/lib/csu/tests/init_test.c
index 7e5cdaa64fc0..4be45cdf963c 100644
--- a/lib/csu/tests/init_test.c
+++ b/lib/csu/tests/init_test.c
@@ -107,7 +107,7 @@ ATF_TC_BODY(ctors_test, tc)
}
#endif
-#ifndef DSO_BASE
+#if !defined(DSO_BASE) && !defined(DSO_LIB)
static void
preinit_array_handler(void)
{