Logo
Explore Help
Sign In
fluencelabs/musl
1
0
Fork 0
You've already forked musl
mirror of https://github.com/fluencelabs/musl synced 2025-05-12 15:27:27 +00:00
Code Issues Projects Releases Wiki Activity
musl/arch/i386/bits/ipc.h

15 lines
179 B
C
Raw Normal View History

initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
struct ipc_perm
{
numerous fixes to sysv ipc some of these definitions were just plain wrong, others based on outdated ancient "non-64" versions of the kernel interface. as much as possible has now been moved out of bits/* these changes break abi (the old abi for these functions was wrong), but since they were not working anyway it can hardly matter.
2011-04-13 16:45:43 -04:00
key_t __ipc_perm_key;
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
uid_t uid;
gid_t gid;
uid_t cuid;
gid_t cgid;
mode_t mode;
numerous fixes to sysv ipc some of these definitions were just plain wrong, others based on outdated ancient "non-64" versions of the kernel interface. as much as possible has now been moved out of bits/* these changes break abi (the old abi for these functions was wrong), but since they were not working anyway it can hardly matter.
2011-04-13 16:45:43 -04:00
int __ipc_perm_seq;
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00
long __pad1;
long __pad2;
};
fix broken semctl on systems that don't use IPC_64 flag not tested on mips and arm; they may still be broken. x86_64 should be ok now.
2012-09-22 08:02:42 -04:00
#define IPC_64 0x100
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 921ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API