mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
clean up overinclusion in files using TIOCGWINSZ
now that struct winsize is available via sys/ioctl.h once again, including termios.h is not needed.
This commit is contained in:
parent
1ccc804e13
commit
cab0a8fb8d
3 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <termios.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int isatty(int fd)
|
||||
|
|
Loading…
Add table
Reference in a new issue