fix header
This commit is contained in:
parent
8d5a56f5f1
commit
dec956d17a
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ main(void)
|
|||
printf("main: draining lower page free lists: %u objects\n",
|
||||
PIPE_BUFFER);
|
||||
for (size_t i = 0; i < PIPE_BUFFER; i++) {
|
||||
allocation_primitive(pipes[i], O_NONBLOCK);
|
||||
allocation_primitive(pipes[i]);
|
||||
}
|
||||
|
||||
fclose(device);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue