*#ident	@(#)sem	1.3 88/03/19 
*
* SEM
*
*FLAG	#VEC	PREFIX	SOFT	#DEV	IPL	DEPENDENCIES/VARIABLES
rx	 -	  -	 -	  -	 -	
						sema[SEMMNI](%0x20)
						semlock[SEMMNI](%c)
						sem[SEMMNS](%s%s%s%s)
						semmap[SEMMAP](%l%l)
						sem_undo(%l)
						semu[((16+8*SEMUME)*SEMMNU+NBPW-1)/NBPW](%0x10)
						seminfo(%i%i%i%i%i%i%i%i%i%i)=
		     					       {SEMMAP,
								SEMMNI,
								SEMMNS,
								SEMMNU,
								SEMMSL,
								SEMOPM,
								SEMUME,
								16+8*SEMUME,
								SEMVMX,
								SEMAEM}

						seminit(){}
						semsys(){}
						semexit(){}
$$$
*
*   There is an implementation restriction to the setting of the values of
*   SEMOPM and SEMMSL.
*
*   SEMOPM must be less than 64.
*   SEMMSL must be less than 256.
*
SEMMAP=10
SEMMNI=10
SEMMNS=100
SEMMNU=30
SEMMSL=25
SEMOPM=10
SEMUME=10
SEMVMX=32767
SEMAEM=16384
NBPW=4
