summaryrefslogtreecommitdiff
path: root/nacl/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/signal.h')
-rw-r--r--nacl/signal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nacl/signal.h b/nacl/signal.h
new file mode 100644
index 0000000000..54832de1fe
--- /dev/null
+++ b/nacl/signal.h
@@ -0,0 +1,6 @@
+// Copyright 2012 Google Inc. All Rights Reserved.
+// Author: yugui@google.com (Yugui Sonoda)
+#ifndef RUBY_NACL_SIGNAL_H
+#define RUBY_NACL_SIGNAL_H
+int kill(pid_t pid, int signal);
+#endif