aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sem.h b/include/linux/sem.h
index 6a1af1b49a13..87756ef1198e 100644
--- a/include/linux/sem.h
+++ b/include/linux/sem.h
@@ -107,8 +107,6 @@ struct sem_queue {
107 struct sem_undo * undo; /* undo structure */ 107 struct sem_undo * undo; /* undo structure */
108 int pid; /* process id of requesting process */ 108 int pid; /* process id of requesting process */
109 int status; /* completion status of operation */ 109 int status; /* completion status of operation */
110 struct sem_array * sma; /* semaphore array for operations */
111 int id; /* internal sem id */
112 struct sembuf * sops; /* array of pending operations */ 110 struct sembuf * sops; /* array of pending operations */
113 int nsops; /* number of operations */ 111 int nsops; /* number of operations */
114 int alter; /* does the operation alter the array? */ 112 int alter; /* does the operation alter the array? */