1
0
Fork 0
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:
Paul Ackersviller 2007-06-04 02:19:39 +00:00
parent 56b5fd98f1
commit 4bf31462bb
2 changed files with 55 additions and 31 deletions

View file

@ -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