2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / solib.h
index b4b770e2ac38dbd9502de601ff1844532ede319a..ccc5b6358b07edc90e22b00dc45bbb2950142757 100644 (file)
@@ -65,4 +65,8 @@ extern void no_shared_libraries (char *ignored, int from_tty);
 extern void set_solib_ops (struct gdbarch *gdbarch,
                           struct target_so_ops *new_ops);
 
+/* Return non-zero if NAME is the libpthread shared library.  */
+
+extern int libpthread_name_p (const char *name);
+
 #endif /* SOLIB_H */
This page took 0.023159 seconds and 4 git commands to generate.