diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 18:24:54 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 18:24:54 +0100 |
| commit | 69e6fe89fa9baafeca3e3515bb50897cd8ee7c35 (patch) | |
| tree | 489046ce167b8b20d205f87f4ae1f4b680c19b43 /lib/libc/stdio/stdin.c | |
| parent | 0d5bffe9d2caadc1215c875e560c52bca5161c54 (diff) | |
Add getauxval and cleanup libc startup
Diffstat (limited to 'lib/libc/stdio/stdin.c')
| -rw-r--r-- | lib/libc/stdio/stdin.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/stdin.c b/lib/libc/stdio/stdin.c index 45d42e27..0d127efa 100644 --- a/lib/libc/stdio/stdin.c +++ b/lib/libc/stdio/stdin.c @@ -1,8 +1,8 @@ -#include "__stdio.h" // for __FILE -#include "features.h" // for __weak +#include "__stdio.h" // for __FILE -#include <fcntl.h> // for O_RDONLY -#include <stdio.h> // for FILE, stdin +#include <fcntl.h> // for O_RDONLY +#include <stdio.h> // for FILE, stdin +#include <sys/cdefs.h> #include <unistd.h> // for STDOUT_FILENO #define BUFSIZ 4096 |
