* solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
+2004-03-11 Andrew Cagney <cagney@redhat.com>
+
+ * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
+
2004-03-11 Kevin Buettner <kevinb@redhat.com>
* solist.h (master_so_list): New function.
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
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