mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-26 16:40:29 +01:00
Merge of 21544: ioctl() prototyping was substandard and missing on Cygwin.
This commit is contained in:
parent
56b5fd98f1
commit
4bf31462bb
2 changed files with 55 additions and 31 deletions
|
|
@ -337,7 +337,7 @@ struct timezone {
|
|||
# endif /* HAVE_TERMIO_H */
|
||||
#endif /* HAVE_TERMIOS_H */
|
||||
|
||||
#if defined(GWINSZ_IN_SYS_IOCTL) || defined(CLOBBERS_TYPEAHEAD)
|
||||
#if defined(GWINSZ_IN_SYS_IOCTL) || defined(IOCTL_IN_SYS_IOCTL)
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
#ifdef WINSIZE_IN_PTEM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue