summaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-01-14 02:04:02 +0000
committerMichael Snyder <msnyder@specifix.com>2005-01-14 02:04:02 +0000
commitf1aab10bb178be1ff101b56d315fbc2c874a520f (patch)
treef04606b0b17d1a582583c013aeeb14b7b1748df9 /gdb/solib-svr4.h
parent318bba3d53abf08204a123e4beba9e6031ca490b (diff)
downloadgdb-f1aab10bb178be1ff101b56d315fbc2c874a520f.tar.gz
2005-01-13 Michael Snyder <msnyder@redhat.com>
* solib-aix.c: Whitespace tweaks. * solib.c: Whitespace tweaks. * solib-frv.c: Whitespace tweaks. * solib.h: Whitespace tweaks. * solib-irix.c: Whitespace tweaks. * solib-som.c: Whitespace tweaks. * solib-sunos.c: Whitespace tweaks. * solib-svr4.[ch]: Whitespace tweaks.
Diffstat (limited to 'gdb/solib-svr4.h')
-rw-r--r--gdb/solib-svr4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/solib-svr4.h b/gdb/solib-svr4.h
index 0909e4c35a3..993b6a30780 100644
--- a/gdb/solib-svr4.h
+++ b/gdb/solib-svr4.h
@@ -84,8 +84,8 @@ extern CORE_ADDR svr4_fetch_objfile_link_map (struct objfile *objfile);
/* legacy_svr4_fetch_link_map_offsets_hook is a pointer to a function
which is used to fetch link map offsets. It will only be set
- by solib-legacy.c, if at all. */
-extern struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook)(void);
+ by solib-legacy.c, if at all. */
+extern struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook) (void);
/* Fetch (and possibly build) an appropriate `struct link_map_offsets'
for ILP32 and LP64 SVR4 systems. */