patch-2.1.132 linux/include/asm-m68k/semaphore.h
Next file: linux/include/asm-m68k/spinlock.h
Previous file: linux/include/asm-m68k/pgtable.h
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Thu Dec 17 09:06:25 1998
-  Orig file: 
v2.1.131/linux/include/asm-m68k/semaphore.h
-  Orig date: 
Mon Jun 16 16:36:00 1997
diff -u --recursive --new-file v2.1.131/linux/include/asm-m68k/semaphore.h linux/include/asm-m68k/semaphore.h
@@ -28,6 +28,7 @@
 asmlinkage void __up_wakeup(void /* special register calling convention */);
 
 extern void __down(struct semaphore * sem);
+extern int  __down_interruptible(struct semaphore * sem);
 extern void __up(struct semaphore * sem);
 
 #define sema_init(sem, val)	atomic_set(&((sem)->count), val)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov