From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10296 Path: news.gmane.org!not-for-mail From: Bobby Bingham Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH] remove or1k version of sem.h Date: Tue, 5 Jul 2016 22:53:32 -0500 Message-ID: <20160706035332.9987-1-koorogi@koorogi.info> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1467777239 13415 80.91.229.3 (6 Jul 2016 03:53:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2016 03:53:59 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-10309-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jul 06 05:53:58 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1bKduP-0002ic-SV for gllmg-musl@m.gmane.org; Wed, 06 Jul 2016 05:53:58 +0200 Original-Received: (qmail 17734 invoked by uid 550); 6 Jul 2016 03:53:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 17702 invoked from network); 6 Jul 2016 03:53:52 -0000 X-Mailer: git-send-email 2.9.0 Xref: news.gmane.org gmane.linux.lib.musl.general:10296 Archived-At: 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