From be5c2c81971442d623dd1b265dabf4644ceeb35b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 23 Dec 2019 10:56:16 +0100 Subject: sys/linux: fix 32-bit warnings Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590 --- sys/linux/ipc.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/ipc.txt') diff --git a/sys/linux/ipc.txt b/sys/linux/ipc.txt index 2e930d440..50874c5d8 100644 --- a/sys/linux/ipc.txt +++ b/sys/linux/ipc.txt @@ -73,6 +73,7 @@ shmget_flags = IPC_CREAT, IPC_EXCL, SHM_HUGETLB, SHM_HUGE_2MB, SHM_HUGE_1GB, SHM shmat_flags = SHM_RND, SHM_RDONLY, SHM_REMAP ipc_perm { +# NEED: all these uid, gid, pid, mode seem to be 2 bytes on 386 (what about arm?) key ipc_key_t uid uid gid gid -- cgit mrf-deployment