aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-03-12 22:01:39 +0000
committerMark Kettenis <kettenis@gnu.org>2004-03-12 22:01:39 +0000
commit82b38f72aef0d8fa0f26eff840cb64fa25ce5440 (patch)
tree66b9ee2e154463273d7bea68b2e2f6d1bbefda02 /gdb/solib-svr4.h
parentfa6a77dc8f8def93b549c67d01210d37819e2f39 (diff)
downloadfsf-binutils-gdb-82b38f72aef0d8fa0f26eff840cb64fa25ce5440.zip
fsf-binutils-gdb-82b38f72aef0d8fa0f26eff840cb64fa25ce5440.tar.gz
fsf-binutils-gdb-82b38f72aef0d8fa0f26eff840cb64fa25ce5440.tar.bz2
* solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
wrapper.
Diffstat (limited to 'gdb/solib-svr4.h')
-rw-r--r--gdb/solib-svr4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/solib-svr4.h b/gdb/solib-svr4.h
index 5dc13c6..0909e4c 100644
--- a/gdb/solib-svr4.h
+++ b/gdb/solib-svr4.h
@@ -20,8 +20,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef SOLIB_SVR4
-#define SOLIB_SVR4
+#ifndef SOLIB_SVR4_H
+#define SOLIB_SVR4_H
struct objfile;
@@ -92,4 +92,4 @@ extern struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook)(void)
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
+#endif /* solib-svr4.h */