Skip to content

musl: rename __ipc_perm_key #4437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fuchsia/aarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/fuchsia/riscv64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ s! {

// Not actually used, IPC calls just return ENOSYS
pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/fuchsia/x86_64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/emscripten/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b32/arm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b32/hexagon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b32/mips/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b32/powerpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b32/x86/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b64/aarch64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b64/mips64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b64/powerpc64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b64/s390x.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub type __s64 = i64;

s! {
pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b64/wasm32/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/musl/b64/x86_64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ s! {
}

pub struct ipc_perm {
pub __ipc_perm_key: crate::key_t,
pub __key: crate::key_t,
pub uid: crate::uid_t,
pub gid: crate::gid_t,
pub cuid: crate::uid_t,
Expand Down
Loading