summaryrefslogtreecommitdiff
path: root/nuttx/include/signal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-20 19:03:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-20 19:03:11 +0000
commitc6fe19aace6705b944dc95a43e27d3269ff813dc (patch)
treea9ab338ab1b812ac444980ec601052816b64e2d6 /nuttx/include/signal.h
parent360b2b7ab8fd7cf337f02e260346a0f0ecbb8064 (diff)
downloadpx4-nuttx-c6fe19aace6705b944dc95a43e27d3269ff813dc.tar.gz
px4-nuttx-c6fe19aace6705b944dc95a43e27d3269ff813dc.tar.bz2
px4-nuttx-c6fe19aace6705b944dc95a43e27d3269ff813dc.zip
Add kill()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@108 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/signal.h')
-rw-r--r--nuttx/include/signal.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/nuttx/include/signal.h b/nuttx/include/signal.h
index 8e25f8c00..72c6e3fa7 100644
--- a/nuttx/include/signal.h
+++ b/nuttx/include/signal.h
@@ -83,10 +83,6 @@
* with 3 args instead of 1
* (always assumed) */
-/* Dummy value for the sigev_notify field of struct sigevent */
-
-#define SIGEV_SIGNAL 0
-
/* These are the possible values of the signfo si_code field */
#define SI_USER 0 /* Signal sent from kill, raise, or abort */
@@ -96,7 +92,7 @@
#define SI_MESGQ 4 /* Signal generated by arrival of a message on an */
/* empty message queue */
-/* sigevent definitions */
+/* Values for the sigev_notify field of struct sigevent */
#define SIGEV_NONE 0 /* No notification desired */
#define SIGEV_SIGNAL 1 /* Notify via signal */