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-13 07:41:31 +00:00
Code Issues Projects Releases Wiki Activity
musl/arch/i386/bits/ipc.h

13 lines
157 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;
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 62ms Template: 3ms
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