index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
termios
/
tcdrain.c
blob: a0963b83fd892810532571fe734effdb23e302fe (
plain
)
1
2
3
4
5
6
7
8
9
#include <termios.h> int tcdrain(int fildes) { return fildes; } /* POSIX(1) */