patch-2.3.15 linux/include/linux/sem.h
Next file: linux/include/linux/shm.h
Previous file: linux/include/linux/rtnetlink.h
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Mon Aug 23 11:15:53 1999
-  Orig file: 
v2.3.14/linux/include/linux/sem.h
-  Orig date: 
Tue May 11 14:37:40 1999
diff -u --recursive --new-file v2.3.14/linux/include/linux/sem.h linux/include/linux/sem.h
@@ -105,9 +105,9 @@
 	short *			semadj;		/* array of adjustments, one per semaphore */
 };
 
-asmlinkage int sys_semget (key_t key, int nsems, int semflg);
-asmlinkage int sys_semop (int semid, struct sembuf *sops, unsigned nsops);
-asmlinkage int sys_semctl (int semid, int semnum, int cmd, union semun arg);
+asmlinkage long sys_semget (key_t key, int nsems, int semflg);
+asmlinkage long sys_semop (int semid, struct sembuf *sops, unsigned nsops);
+asmlinkage long sys_semctl (int semid, int semnum, int cmd, union semun arg);
 
 #endif /* __KERNEL__ */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)