diff options
Diffstat (limited to 'emulators/spim/files/patch-02')
-rw-r--r-- | emulators/spim/files/patch-02 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/spim/files/patch-02 b/emulators/spim/files/patch-02 new file mode 100644 index 000000000000..dcc77703eaa3 --- /dev/null +++ b/emulators/spim/files/patch-02 @@ -0,0 +1,11 @@ +--- cl-except.h.orig Fri Aug 25 07:05:25 1995 ++++ cl-except.h Mon Oct 28 23:34:02 1996 +@@ -25,7 +25,7 @@ + #define _BSD_SIGNALS + #endif + +-#include <syscall.h> ++#include <sys/syscall.h> + #include <signal.h> + + /* gdb-style for tracking each signal */ |