tcdrain.c\termios\src - 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/termios/tcdrain.c
blob: 6e43afb7564001143ad096e85cb6ba2a93462262 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <termios.h>
#include <sys/ioctl.h>
#include "libc.h"
#include "syscall.h"
int tcdrain(int fd)
{
	return syscall_cp(SYS_ioctl, fd, TCSBRK, 1);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月23日 00:52:30 +0000

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