Finita la conversione dei listati in file separati. Passato anche alla nuova
[gapil.git] / listati / sem.h
diff --git a/listati/sem.h b/listati/sem.h
new file mode 100644 (file)
index 0000000..a219929
--- /dev/null
@@ -0,0 +1,6 @@
+struct sem {
+  short   sempid;         /* pid of last operation */
+  ushort  semval;         /* current value */
+  ushort  semncnt;        /* num procs awaiting increase in semval */
+  ushort  semzcnt;        /* num procs awaiting semval = 0 */
+};