Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: fusl/arch/generic/bits/ipc.h

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fusl/arch/generic/bits/ioctl.h ('k') | fusl/arch/generic/bits/msg.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 struct ipc_perm 1 struct ipc_perm
2 { 2 {
3 key_t __ipc_perm_key; 3 key_t __ipc_perm_key;
4 uid_t uid; 4 uid_t uid;
5 gid_t gid; 5 gid_t gid;
6 uid_t cuid; 6 uid_t cuid;
7 gid_t cgid; 7 gid_t cgid;
8 mode_t mode; 8 mode_t mode;
9 int __ipc_perm_seq; 9 int __ipc_perm_seq;
10 long __pad1; 10 long __pad1;
11 long __pad2; 11 long __pad2;
12 }; 12 };
13 13
14 #define IPC_64 0x100 14 #define IPC_64 0x100
OLDNEW
« no previous file with comments | « fusl/arch/generic/bits/ioctl.h ('k') | fusl/arch/generic/bits/msg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698