From: Carl Worth Date: Wed, 24 Apr 2013 22:26:35 +0000 (-0700) Subject: fixup __dlsym X-Git-Url: https://git.cworth.org/git?p=fips;a=commitdiff_plain;h=4eb96c34ac01f908aa2eb491b5c872d7395f216b fixup __dlsym --- diff --git a/dlwrap.c b/dlwrap.c index 4bdb12c..3f91a87 100644 --- a/dlwrap.c +++ b/dlwrap.c @@ -114,7 +114,6 @@ dlsym (void *handle, const char *name) return dlwrap_real_dlsym (handle, name); } -extern void *__dlsym (void *handle, const char *name); void * dlwrap_real_dlsym (void *handle, const char *name) {