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-06-03 18:11:40 +00:00
Code Issues Projects Releases Wiki Activity
musl/arch/x32/bits/msg.h

16 lines
295 B
C
Raw Normal View History

make brace placement in public header struct definitions consistent placing the opening brace on the same line as the struct keyword/tag is the style I prefer and seems to be the prevailing practice in more recent additions. these changes were generated by the command: find include/ arch/*/bits -name '*.h' \ -exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} + and subsequently checked by hand to ensure that the regex did not pick up any false positives.
2016-07-03 14:40:11 -04:00
struct msqid_ds {
import vanilla x86_64 code as x32
2014-01-07 22:43:34 +01:00
struct ipc_perm msg_perm;
time_t msg_stime;
time_t msg_rtime;
time_t msg_ctime;
unsigned long msg_cbytes;
x32 port (diff against vanilla x86_64)
2014-01-07 22:53:38 +01:00
long __unused1;
import vanilla x86_64 code as x32
2014-01-07 22:43:34 +01:00
msgqnum_t msg_qnum;
x32 port (diff against vanilla x86_64)
2014-01-07 22:53:38 +01:00
long __unused2;
import vanilla x86_64 code as x32
2014-01-07 22:43:34 +01:00
msglen_t msg_qbytes;
x32 port (diff against vanilla x86_64)
2014-01-07 22:53:38 +01:00
long __unused3;
import vanilla x86_64 code as x32
2014-01-07 22:43:34 +01:00
pid_t msg_lspid;
pid_t msg_lrpid;
x32 port (diff against vanilla x86_64)
2014-01-07 22:53:38 +01:00
unsigned long long __unused[2];
import vanilla x86_64 code as x32
2014-01-07 22:43:34 +01:00
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 61ms 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