summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/truss/syscall.h')
-rw-r--r--usr.bin/truss/syscall.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/truss/syscall.h b/usr.bin/truss/syscall.h
index 026be11..5f3757c 100644
--- a/usr.bin/truss/syscall.h
+++ b/usr.bin/truss/syscall.h
@@ -18,10 +18,11 @@
* IN (meaning that the data is passed *into* the system call).
*/
/*
- * $Id: syscall.h,v 1.2 1997/12/06 06:51:13 sef Exp $
+ * $Id: syscall.h,v 1.3 1997/12/20 18:40:41 sef Exp $
*/
-enum Argtype { None = 1, Hex, Octal, Int, String, Ptr, Stat, Ioctl, Quad };
+enum Argtype { None = 1, Hex, Octal, Int, String, Ptr, Stat, Ioctl, Quad,
+ Signal };
#define ARG_MASK 0xff
#define OUT 0x100
OpenPOWER on IntegriCloud