mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-19 08:13:13 +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.
13 lines
180 B
C
13 lines
180 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;
|
|
int __pad1;
|
|
long long __pad2;
|
|
long long __pad3;
|
|
};
|