summaryrefslogtreecommitdiff
path: root/arch/sh/bits/sem.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/bits/sem.h')
-rw-r--r--arch/sh/bits/sem.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/sh/bits/sem.h b/arch/sh/bits/sem.h
deleted file mode 100644
index c629b81e..00000000
--- a/arch/sh/bits/sem.h
+++ /dev/null
@@ -1,16 +0,0 @@
-struct semid_ds {
- struct ipc_perm sem_perm;
- time_t sem_otime;
- time_t __unused1;
- time_t sem_ctime;
- time_t __unused2;
-#if __BYTE_ORDER == __LITTLE_ENDIAN
- unsigned short sem_nsems;
- char __sem_nsems_pad[sizeof(time_t)-sizeof(short)];
-#else
- char __sem_nsems_pad[sizeof(time_t)-sizeof(short)];
- unsigned short sem_nsems;
-#endif
- time_t __unused3;
- time_t __unused4;
-};