patch-2.2.13 linux/include/linux/sem.h
Next file: linux/include/linux/stddef.h
Previous file: linux/include/linux/sched.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Oct 19 17:14:02 1999
-  Orig file: 
v2.2.12/linux/include/linux/sem.h
-  Orig date: 
Sun Dec 27 22:18:29 1998
diff -u --recursive --new-file v2.2.12/linux/include/linux/sem.h linux/include/linux/sem.h
@@ -61,7 +61,7 @@
 };
 
 #define SEMMNI  128             /* ?  max # of semaphore identifiers */
-#define SEMMSL  32              /* <= 512 max num of semaphores per id */
+#define SEMMSL  250              /* <= 512 max num of semaphores per id */
 #define SEMMNS  (SEMMNI*SEMMSL) /* ? max # of semaphores in system */
 #define SEMOPM  32	        /* ~ 100 max num of ops per semop call */
 #define SEMVMX  32767           /* semaphore maximum value */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)