mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-25 20:21:45 +00:00

See the WHATSNEW file for details; this doesn't have any major changes for wasi-libc; in particular, the new catgets and GLOB_TILDE features are disabled.
12 lines
157 B
C
12 lines
157 B
C
struct ipc_perm {
|
|
key_t __ipc_perm_key;
|
|
uid_t uid;
|
|
gid_t gid;
|
|
uid_t cuid;
|
|
gid_t cgid;
|
|
mode_t mode;
|
|
int __ipc_perm_seq;
|
|
long __pad1;
|
|
long __pad2;
|
|
};
|