patch-1.3.2 linux/include/linux/sem.h

Next file: linux/include/linux/shm.h
Previous file: linux/include/linux/sched.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.1/linux/include/linux/sem.h linux/include/linux/sem.h
@@ -103,6 +103,10 @@
     short *	       semadj;	  /* array of adjustments, one per semaphore */
 };
 
+extern asmlinkage int sys_semget (key_t key, int nsems, int semflg);
+extern asmlinkage int sys_semop (int semid, struct sembuf *sops, unsigned nsops);
+extern asmlinkage int sys_semctl (int semid, int semnum, int cmd, union semun arg);
+
 #endif /* __KERNEL__ */
 
 #endif /* _LINUX_SEM_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this