summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2015-09-03 01:59:43 +0200
committerHans-Peter Nilsson <hp@bitrange.com>2015-09-03 01:59:43 +0200
commit82d7069a5e92630ee8d8c539136e0a2afa7728bb (patch)
tree513b25e455f92007adb1e64abb69e0e8f61badab /newlib/libc/machine
parent5a3d536ce12474de24e5f9054cb4d2ba6f87fe38 (diff)
downloadcygnal-82d7069a5e92630ee8d8c539136e0a2afa7728bb.tar.gz
cygnal-82d7069a5e92630ee8d8c539136e0a2afa7728bb.tar.bz2
cygnal-82d7069a5e92630ee8d8c539136e0a2afa7728bb.zip
libc/machine/cris/sys/signal.h (kill): Declare.
Diffstat (limited to 'newlib/libc/machine')
-rw-r--r--newlib/libc/machine/cris/sys/signal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/cris/sys/signal.h b/newlib/libc/machine/cris/sys/signal.h
index 081a75fe9..9cb7ba530 100644
--- a/newlib/libc/machine/cris/sys/signal.h
+++ b/newlib/libc/machine/cris/sys/signal.h
@@ -44,6 +44,10 @@ struct sigaction {
int sigprocmask (int __how, const sigset_t *__a, sigset_t *__b);
+/* The first argument is really a pid_t, but that's just a typedef'd
+ int, so let's avoid requiring sys/types only for this declaration. */
+int kill (int, int);
+
#define SIGHUP 1
#define SIGINT 2
#define SIGQUIT 3