musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio')
-rw-r--r--src/stdio/__fdopen.c 1
-rw-r--r--src/stdio/__stdout_write.c 1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/stdio/__fdopen.c b/src/stdio/__fdopen.c
index 616f4f99..116e78e5 100644
--- a/src/stdio/__fdopen.c
+++ b/src/stdio/__fdopen.c
@@ -1,7 +1,6 @@
#include "stdio_impl.h"
#include <stdlib.h>
#include <sys/ioctl.h>
-#include <termios.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
diff --git a/src/stdio/__stdout_write.c b/src/stdio/__stdout_write.c
index 5b413c79..dd1ec60f 100644
--- a/src/stdio/__stdout_write.c
+++ b/src/stdio/__stdout_write.c
@@ -1,6 +1,5 @@
#include "stdio_impl.h"
#include <sys/ioctl.h>
-#include <termios.h>
size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len)
{
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月17日 13:50:06 +0000

AltStyle によって変換されたページ (->オリジナル) /