patch-2.4.22 linux-2.4.22/include/linux/sem.h
Next file: linux-2.4.22/include/linux/shmem_fs.h
Previous file: linux-2.4.22/include/linux/rtnetlink.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/include/linux/sem.h
- Orig date:
2001-11-22 11:46:18.000000000 -0800
diff -urN linux-2.4.21/include/linux/sem.h linux-2.4.22/include/linux/sem.h
@@ -124,6 +124,8 @@
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);
+asmlinkage long sys_semtimedop (int semid, struct sembuf *sops,
+ unsigned nsops, const struct timespec *timeout);
#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)