remove or1k version of sem.h
authorBobby Bingham <koorogi@koorogi.info>
Wed, 6 Jul 2016 03:53:32 +0000 (22:53 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 6 Jul 2016 04:21:19 +0000 (00:21 -0400)
It's identical to the generic version, after evaluating the endian
preprocessor checks in the generic version.

arch/or1k/bits/sem.h [deleted file]

diff --git a/arch/or1k/bits/sem.h b/arch/or1k/bits/sem.h
deleted file mode 100644 (file)
index 0d91648..0000000
+++ /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;
-};