This commit is contained in:
Michael Kerrisk 2007-07-09 19:54:22 +00:00
parent 5f90f49246
commit 44b41c6480
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ A semaphore is a data structure of type
containing the following members:
.in +0.5i
.nf
struct sem {
int semval; /* semaphore value */
int sempid; /* PID for last operation */