patch-1.3.7 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
- Lines: 13
- Date:
Sun Jul 2 21:26:28 1995
- Orig file:
v1.3.6/linux/include/linux/sem.h
- Orig date:
Fri Jun 16 22:02:55 1995
diff -u --recursive --new-file v1.3.6/linux/include/linux/sem.h linux/include/linux/sem.h
@@ -103,9 +103,9 @@
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);
+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);
#endif /* __KERNEL__ */
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