]> git.cworth.org Git - fips/blobdiff - dlwrap.c
fixup __dlsym
[fips] / 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)
 {