about summary refs log tree commit diff
path: root/include/dlfcn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlfcn.h')
-rw-r--r--include/dlfcn.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index c87b6d9c91..f36e3a23ac 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -64,10 +64,6 @@ extern int _dl_catch_error (const char **objname, const char **errstring,
 			    void (*operate) (void *),
 			    void *args)
      internal_function;
-extern int _dl_catch_error_internal (const char **objname,
-				     const char **errstring,
-				     void (*operate) (void *), void *args)
-     internal_function;
 
 /* Helper function for <dlfcn.h> functions.  Runs the OPERATE function via
    _dl_catch_error.  Returns zero for success, nonzero for failure; and