mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
add powerpc64 port
This commit is contained in:
committed by
Rich Felker
parent
6bc7d9c411
commit
c0ede9e404
16
arch/powerpc64/bits/ipc.h
Normal file
16
arch/powerpc64/bits/ipc.h
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
};
|
||||
|
||||
#define IPC_64 0x100
|
||||
|
Reference in New Issue
Block a user