소스 검색

remove or1k version of sem.h

It's identical to the generic version, after evaluating the endian
preprocessor checks in the generic version.
Bobby Bingham 8 년 전
부모
커밋
e1679ef1a1
1개의 변경된 파일0개의 추가작업 그리고 11개의 파일을 삭제
  1. 0 11
      arch/or1k/bits/sem.h

+ 0 - 11
arch/or1k/bits/sem.h

@@ -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;
-};