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-24 13:11:33 +00:00
Code Issues Projects Releases Wiki Activity
musl/arch/x86_64/bits/ipc.h

15 lines
175 B
C
Raw Normal View History

Port musl to x86-64. One giant commit!
2011-02-15 07:32:09 -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;
Port musl to x86-64. One giant commit!
2011-02-15 07:32:09 -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;
Port musl to x86-64. One giant commit!
2011-02-15 07:32:09 -05:00
long __pad1;
long __pad2;
};
fix IPC_64 in msgctl too
2012-09-22 08:04:17 -04:00
#define IPC_64 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 70ms 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