X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdbsupport%2Fgdb-dlfcn.h;h=6a39d38941acf63a0b0802f72e8b085642408f5f;hb=50fa3001ce25e221ca2e54564b5589d29c4bed19;hp=e933b7a473e2c0401c198e49125a042ab829103e;hpb=381beca6146ac68b57edf47d28cdb335fbd11635;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbsupport/gdb-dlfcn.h b/gdb/gdbsupport/gdb-dlfcn.h index e933b7a473..6a39d38941 100644 --- a/gdb/gdbsupport/gdb-dlfcn.h +++ b/gdb/gdbsupport/gdb-dlfcn.h @@ -32,8 +32,8 @@ struct dlclose_deleter typedef std::unique_ptr 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);