summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/semctl.2
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-06-29 18:54:17 +0000
committerkib <kib@FreeBSD.org>2009-06-29 18:54:17 +0000
commit8eb4412c3f17561dfaafef706ac9142086068e62 (patch)
tree71c8cd4991bc25f40a9a88bd3adad87ee2cfa271 /lib/libc/sys/semctl.2
parent49f1934625b5e0ef669dd50385840fa4a71a85f3 (diff)
downloadFreeBSD-src-8eb4412c3f17561dfaafef706ac9142086068e62.zip
FreeBSD-src-8eb4412c3f17561dfaafef706ac9142086068e62.tar.gz
Make the structure definitions in the man pages match the real code, and
remove no longer valid caution. Approved by: re (kensmith)
Diffstat (limited to 'lib/libc/sys/semctl.2')
-rw-r--r--lib/libc/sys/semctl.23
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2
index 01a984a..adfb9ef 100644
--- a/lib/libc/sys/semctl.2
+++ b/lib/libc/sys/semctl.2
@@ -148,12 +148,9 @@ struct semid_ds {
struct sem *sem_base; /* pointer to first semaphore in set */
u_short sem_nsems; /* number of sems in set */
time_t sem_otime; /* last operation time */
- long sem_pad1; /* SVABI/386 says I need this here */
time_t sem_ctime; /* last change time */
/* Times measured in secs since */
/* 00:00:00 GMT, Jan. 1, 1970 */
- long sem_pad2; /* SVABI/386 says I need this here */
- long sem_pad3[4]; /* SVABI/386 says I need this here */
};
.Ed
.Sh RETURN VALUES
OpenPOWER on IntegriCloud