mailing list of musl libc
 help / color / mirror / code / Atom feed
9b3a65a40d3ee5dfd680a7ba1711291294970232 blob 165 bytes (raw)

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

int tcgetwinsize(int fd, struct winsize *wsz)
{
	return syscall(SYS_ioctl, fd, TIOCGWINSZ, wsz);
}
debug log:

solving 9b3a65a4 ...
found 9b3a65a4 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).