mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] remove or1k version of sem.h
@ 2016-07-06  3:53 Bobby Bingham
  0 siblings, 0 replies; only message in thread
From: Bobby Bingham @ 2016-07-06  3:53 UTC (permalink / raw)
  To: musl

It's identical to the generic version, after evaluating the endian
preprocessor checks in the generic version.
---
 arch/or1k/bits/sem.h | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 arch/or1k/bits/sem.h

diff --git a/arch/or1k/bits/sem.h b/arch/or1k/bits/sem.h
deleted file mode 100644
index 0d91648..0000000
--- a/arch/or1k/bits/sem.h
+++ /dev/null
@@ -1,11 +0,0 @@
-struct semid_ds {
-	struct ipc_perm sem_perm;
-	time_t sem_otime;
-	time_t __unused1;
-	time_t sem_ctime;
-	time_t __unused2;
-	char __sem_nsems_pad[sizeof(time_t)-sizeof(short)];
-	unsigned short sem_nsems;
-	time_t __unused3;
-	time_t __unused4;
-};
-- 
2.9.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-06  3:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-06  3:53 [PATCH] remove or1k version of sem.h Bobby Bingham

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).