summaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-03-11 23:51:58 +0000
committerAndrew Cagney <cagney@redhat.com>2004-03-11 23:51:58 +0000
commitfa4a95db394218da1be41cb6acbeb6315fd286fe (patch)
tree213b29c74e5884bf28b6e08ba8348a9a749d3016 /gdb/solib-svr4.h
parenta298e0645983ea50fbb57f9b1e40f5b7866258a7 (diff)
downloadgdb-fa4a95db394218da1be41cb6acbeb6315fd286fe.tar.gz
2004-03-11 Andrew Cagney <cagney@redhat.com>
* solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
Diffstat (limited to 'gdb/solib-svr4.h')
-rw-r--r--gdb/solib-svr4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/solib-svr4.h b/gdb/solib-svr4.h
index d76c7f51459..5dc13c60e4b 100644
--- a/gdb/solib-svr4.h
+++ b/gdb/solib-svr4.h
@@ -20,6 +20,9 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#ifndef SOLIB_SVR4
+#define SOLIB_SVR4
+
struct objfile;
/* Critical offsets and sizes which describe struct r_debug and
@@ -88,3 +91,5 @@ extern struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook)(void)
for ILP32 and LP64 SVR4 systems. */
extern struct link_map_offsets *svr4_ilp32_fetch_link_map_offsets (void);
extern struct link_map_offsets *svr4_lp64_fetch_link_map_offsets (void);
+
+#endif