From 3f2e46a4948c846023275eb7a8c86ede0313cd2f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 4 Sep 2013 15:25:42 +0000 Subject: Remove --disable-versioning. --- dlfcn/modstatic2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dlfcn/modstatic2.c') diff --git a/dlfcn/modstatic2.c b/dlfcn/modstatic2.c index 0703de851c..9b5aae8b9f 100644 --- a/dlfcn/modstatic2.c +++ b/dlfcn/modstatic2.c @@ -117,13 +117,11 @@ test (FILE *out, int a) exit (1); } -#ifdef DO_VERSIONING if (dlvsym (handle2, "_dlfcn_hook", "GLIBC_PRIVATE") == NULL) { fprintf (out, "dlvsym: %s\n", dlerror ()); exit (1); } -#endif void *(*dlsymfn) (void *, const char *); dlsymfn = dlsym (handle2, "dlsym"); -- cgit v1.2.3