diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-09 20:54:47 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-07-09 20:54:47 +0200 |
| commit | 59da9e439317c83d5374d06832060fbd66efbbbc (patch) | |
| tree | 65b1b18119198a4df79828f81da6b2bab313e8a5 /sys/linux/ipc.txt | |
| parent | 710eefe85a976c438da255499fbefd1a6c989ef6 (diff) | |
sys/linux: use negative consts where useful
Diffstat (limited to 'sys/linux/ipc.txt')
| -rw-r--r-- | sys/linux/ipc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/ipc.txt b/sys/linux/ipc.txt index 3c10b9fe9..730e5389f 100644 --- a/sys/linux/ipc.txt +++ b/sys/linux/ipc.txt @@ -8,7 +8,7 @@ include <linux/shm.h> include <linux/msg.h> include <linux/sem.h> -resource ipc[int32]: 0, 0xffffffffffffffff +resource ipc[int32]: 0, -1 # TODO: describe ipc syscall |
