* configure.in: Check for setpgid function.
[deliverable/binutils-gdb.git] / gdb / config / mips / nm-news-mips.h
index af5d7d755223ead8a37c4ec489349a5284d9f6d5..1ab63ba2b121ca7ffbb83aa53432e714b78ecf93 100644 (file)
@@ -19,6 +19,9 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
+#ifndef NM_NEWS_MIPS_H
+#define NM_NEWS_MIPS_H 1
+
 /* Needed for RISC NEWS core files.  */
 #include <machine/machparam.h>
 #include <sys/types.h>
@@ -32,3 +35,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define        ONE_PROCESS_WRITETEXT
 
 #include "mips/nm-mips.h"
+
+/* Apparently not in <sys/types.h> */
+typedef int pid_t;
+
+#endif /* NM_NEWS_MIPS_H */
This page took 0.023799 seconds and 4 git commands to generate.