fix header

This commit is contained in:
twoneis 2025-04-03 23:52:24 +02:00
parent 8d5a56f5f1
commit dec956d17a
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -1 +1 @@
void allocation_primitive(int fd[2], int flags); void allocation_primitive(int fd[2]);