Revert "Improve ptrace-error detection on Linux targets"
[deliverable/binutils-gdb.git] / gdb / gdbsupport / gdb-dlfcn.h
index e933b7a473e2c0401c198e49125a042ab829103e..6a39d38941acf63a0b0802f72e8b085642408f5f 100644 (file)
@@ -32,8 +32,8 @@ struct dlclose_deleter
 typedef std::unique_ptr<void, dlclose_deleter> gdb_dlhandle_up;
 
 /* Load the dynamic library file named FILENAME, and return a handle
-   for that dynamic library.  Throw an error if the loading fails for
-   any reason.  */
+   for that dynamic library.  Return NULL if the loading fails for any
+   reason.  */
 
 gdb_dlhandle_up gdb_dlopen (const char *filename);
 
This page took 0.022954 seconds and 4 git commands to generate.