diff options
Diffstat (limited to 'gdb/solib.h')
-rw-r--r-- | gdb/solib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/solib.h b/gdb/solib.h index b4b770e2ac3..ccc5b6358b0 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -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 */ |