From 3cb9ecabb4877cf4cfdd2cb473952e7ad290cc15 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 9 May 2004 20:19:04 -0700 Subject: [PATCH] fix newlib breakage darcs-hash:20040510031904-24bed-f0910b16704e40abfb2d04a016d4a97256600c36.gz --- upstream/patches/newlib-mips.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/upstream/patches/newlib-mips.patch b/upstream/patches/newlib-mips.patch index ad43476..a01f0cc 100644 --- a/upstream/patches/newlib-mips.patch +++ b/upstream/patches/newlib-mips.patch @@ -248,3 +248,15 @@ diff -rNu ../newlib-1.11.0.orig/newlib/libc/include/sys/dirent.h ./newlib/libc/i #undef sigaddset #undef sigemptyset /* The first argument to kill should be pid_t. Right now +--- newlib/libc/include/sys/signal.h.bak 2004-05-09 23:15:15.000000000 -0400 ++++ newlib/libc/include/sys/signal.h 2004-05-09 23:16:33.000000000 -0400 +@@ -148,6 +148,9 @@ + #if defined(__CYGWIN__) || defined(__rtems__) || 1 + #undef sigaddset + #undef sigemptyset ++ ++#include ++ + /* The first argument to kill should be pid_t. Right now + always defines pid_t to be int. If that ever + changes, then we will need to do something else, perhaps along the -- 1.7.10.4