summary refs log tree commit diff
path: root/elf/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dlfcn.h')
-rw-r--r--elf/dlfcn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dlfcn.h b/elf/dlfcn.h
index aa2e32ffd3..715e1783cf 100644
--- a/elf/dlfcn.h
+++ b/elf/dlfcn.h
@@ -48,8 +48,6 @@ extern void *dlsym __P ((void *__handle, __const char *__name));
 #ifdef __USE_GNU
 /* Find the run-time address in the shared object HANDLE refers to
    of the symbol called NAME with VERSION.  */
-extern void *__dlvsym __P ((void *__handle, __const char *__name,
-			    __const char *__version));
 extern void *dlvsym __P ((void *__handle, __const char *__name,
 			  __const char *__version));
 #endif