]> git.cworth.org Git - fips/commitdiff
fixup __dlsym
authorCarl Worth <cworth@cworth.org>
Wed, 24 Apr 2013 22:26:35 +0000 (15:26 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 24 Apr 2013 22:27:31 +0000 (15:27 -0700)
dlwrap.c

index 4bdb12c392ae6587cccd144d1996f306e96652a7..3f91a870cb61e8741639f61564e324390e656ba6 100644 (file)
--- 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)
 {