patch-2.3.1 linux/include/linux/sem.h
Next file: linux/include/linux/serialP.h
Previous file: linux/include/linux/sched.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue May 11 14:37:40 1999
-  Orig file: 
v2.3.0/linux/include/linux/sem.h
-  Orig date: 
Sun Dec 27 22:18:29 1998
diff -u --recursive --new-file v2.3.0/linux/include/linux/sem.h linux/include/linux/sem.h
@@ -85,7 +85,7 @@
 struct sem_queue {
 	struct sem_queue *	next;	 /* next entry in the queue */
 	struct sem_queue **	prev;	 /* previous entry in the queue, *(q->prev) == q */
-	struct wait_queue *	sleeper; /* sleeping process */
+	wait_queue_head_t	sleeper; /* sleeping process */
 	struct sem_undo *	undo;	 /* undo structure */
 	int    			pid;	 /* process id of requesting process */
 	int    			status;	 /* completion status of operation */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)