diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2009-06-29 18:54:17 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2009-06-29 18:54:17 +0000 |
| commit | 8c8484d1035b72cda67f59be7e3cdf647704c7f2 (patch) | |
| tree | 71c8cd4991bc25f40a9a88bd3adad87ee2cfa271 /lib/libc/sys/semctl.2 | |
| parent | 7850fa71f55a16f414bb21163d80a03a5ab34522 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/semctl.2')
| -rw-r--r-- | lib/libc/sys/semctl.2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2 index 01a984ac4c84..adfb9ef52d79 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 |
