summaryrefslogtreecommitdiff
path: root/src/ipc/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc/ipc.h')
-rw-r--r--src/ipc/ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipc/ipc.h b/src/ipc/ipc.h
index 54875823..30ab939a 100644
--- a/src/ipc/ipc.h
+++ b/src/ipc/ipc.h
@@ -1,6 +1,7 @@
#define IPCOP_semop 1
#define IPCOP_semget 2
#define IPCOP_semctl 3
+#define IPCOP_semtimedop 4
#define IPCOP_msgsnd 11
#define IPCOP_msgrcv 12
#define IPCOP_msgget 13