about summary refs log tree commit diff
path: root/arch/x86_64
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2019-07-29 18:27:17 -0400
committerRich Felker <dalias@aerifal.cx>2019-07-29 18:27:17 -0400
commitb74b3eb4a280c7179971a98df94af6f28942a2ad (patch)
tree4ca4471fe750934d0b58c2ebafd2b4cb066143a2 /arch/x86_64
parentc375585c66318ddf850a70628e3e852daa68ece6 (diff)
downloadmusl-b74b3eb4a280c7179971a98df94af6f28942a2ad.tar.gz
musl-b74b3eb4a280c7179971a98df94af6f28942a2ad.tar.xz
musl-b74b3eb4a280c7179971a98df94af6f28942a2ad.zip
remove duplicates of new generic bits/msg.h
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/bits/msg.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86_64/bits/msg.h b/arch/x86_64/bits/msg.h
deleted file mode 100644
index 2e23ca27..00000000
--- a/arch/x86_64/bits/msg.h
+++ /dev/null
@@ -1,12 +0,0 @@
-struct msqid_ds {
-	struct ipc_perm msg_perm;
-	time_t msg_stime;
-	time_t msg_rtime;
-	time_t msg_ctime;
-	unsigned long msg_cbytes;
-	msgqnum_t msg_qnum;
-	msglen_t msg_qbytes;
-	pid_t msg_lspid;
-	pid_t msg_lrpid;
-	unsigned long __unused[2];
-};