Userland test changes.
This commit is contained in:
@@ -134,6 +134,7 @@ semP(struct usem *sem, size_t num)
|
||||
if (read(sem->fd, c, num) < 0) {
|
||||
err(1, "%s: read", sem->name);
|
||||
}
|
||||
(void)c;
|
||||
}
|
||||
|
||||
static
|
||||
|
Reference in New Issue
Block a user