patch-2.4.2 linux/include/linux/sched.h
Next file: linux/include/linux/serial.h
Previous file: linux/include/linux/reiserfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Feb 21 16:09:58 2001
- Orig file:
v2.4.1/linux/include/linux/sched.h
- Orig date:
Sat Feb 3 19:51:32 2001
diff -u --recursive --new-file v2.4.1/linux/include/linux/sched.h linux/include/linux/sched.h
@@ -551,7 +551,7 @@
extern void FASTCALL(interruptible_sleep_on(wait_queue_head_t *q));
extern long FASTCALL(interruptible_sleep_on_timeout(wait_queue_head_t *q,
signed long timeout));
-extern void FASTCALL(wake_up_process(struct task_struct * tsk));
+extern int FASTCALL(wake_up_process(struct task_struct * tsk));
#define wake_up(x) __wake_up((x),TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, 1)
#define wake_up_nr(x, nr) __wake_up((x),TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, nr)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)