This commit is contained in:
Michael Kerrisk 2007-10-03 06:20:17 +00:00
parent 028f847b00
commit 45cbde66dd
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ data structure is defined in \fI<sys/sem.h>\fP as follows:
.in +4n
struct semid_ds {
struct ipc_perm sem_perm; /* Ownership and permissions
struct ipc_perm sem_perm; /* Ownership and permissions */
time_t sem_otime; /* Last semop time */
time_t sem_ctime; /* Last change time */
unsigned short sem_nsems; /* No. of semaphores in set */