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",
|
printf("main: draining lower page free lists: %u objects\n",
|
||||||
PIPE_BUFFER);
|
PIPE_BUFFER);
|
||||||
for (size_t i = 0; i < PIPE_BUFFER; i++) {
|
for (size_t i = 0; i < PIPE_BUFFER; i++) {
|
||||||
allocation_primitive(pipes[i], O_NONBLOCK);
|
allocation_primitive(pipes[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
fclose(device);
|
fclose(device);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
void allocation_primitive(int fd[2], int flags);
|
void allocation_primitive(int fd[2]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue