From b42951578188c5aab5c9f8cbcde4a743f8092cdc Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 2 Apr 2000 07:41:18 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'ALSA'. --- lib/libc/gen/msgctl.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lib/libc/gen/msgctl.c (limited to 'lib/libc/gen/msgctl.c') diff --git a/lib/libc/gen/msgctl.c b/lib/libc/gen/msgctl.c deleted file mode 100644 index 7b74c51e..0000000 --- a/lib/libc/gen/msgctl.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include -#include - -#if __STDC__ -int msgctl(int msqid, int cmd, struct msqid_ds *buf) -#else -int msgctl(msqid,cmd,buf) - int msqid; - int cmd; - caddr_t buf; -#endif -{ - return (msgsys(0, msqid, cmd, buf)); -} -- cgit v1.1