xref: /third_party/musl/arch/powerpc64/bits/ipc.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/arch/powerpc64/bits/
1570af302Sopenharmony_cistruct ipc_perm {
2570af302Sopenharmony_ci	key_t __ipc_perm_key;
3570af302Sopenharmony_ci	uid_t uid;
4570af302Sopenharmony_ci	gid_t gid;
5570af302Sopenharmony_ci	uid_t cuid;
6570af302Sopenharmony_ci	gid_t cgid;
7570af302Sopenharmony_ci	mode_t mode;
8570af302Sopenharmony_ci	int __ipc_perm_seq;
9570af302Sopenharmony_ci	int __pad1;
10570af302Sopenharmony_ci	long long __pad2;
11570af302Sopenharmony_ci	long long __pad3;
12570af302Sopenharmony_ci};
13

Indexes created Thu Nov 07 10:32:03 CST 2024