mailing list of musl libc
 help / color / mirror / code / Atom feed
e01d0e2546a974bfdc5300e480248a57395e89a9 blob 171 bytes (raw)

1
2
3
4
5
6
7
8
 
#include <termios.h>
#include <sys/ioctl.h>
#include "syscall.h"

int tcsetwinsize(int fd, const struct winsize *wsz)
{
	return syscall(SYS_ioctl, fd, TIOCSWINSZ, wsz);
}
debug log:

solving e01d0e25 ...
found e01d0e25 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).