Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / sys / sysvi386 / tcsetattr.c
blob1df92b28143bcbda17b7002c275069304cd9dd36
1 #include <sys/termios.h>
3 int
4 tcsetattr (int fd, int opts, const struct termios *tp) {
5 return _ioctl (fd, opts, tp);