From 0b3ad5ee30d24edc0ba4765d4947d45a172072ed Mon Sep 17 00:00:00 2001 From: swallace Date: Wed, 18 Dec 1996 08:03:31 +0000 Subject: Back out change. The last argument to semctl() IS union semun for the C library call, which is a wrapper that passes it by reference to the kernel. --- lib/libc/sys/semctl.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2 index 6f4b58f..57f5859 100644 --- a/lib/libc/sys/semctl.2 +++ b/lib/libc/sys/semctl.2 @@ -36,7 +36,7 @@ .Fd #include .Fd #include .Ft int -.Fn "semctl" "int semid" "int semnum" "int cmd" "union semun *arg" +.Fn "semctl" "int semid" "int semnum" "int cmd" "union semun arg" .Sh DESCRIPTION .Fn Semctl performs the operation indicated by -- cgit v1.1