diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-31 22:43:32 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-31 22:43:32 (GMT) |
| commit | 81ee84c12cb27528d31c5cf3e0db567befb43c35 (patch) | |
| tree | b717d5ba1fcd92c2cfe3729b55b190e243bc4549 /unix/tclUnixPort.h | |
| parent | be020c7aa5cc7dd88dba8e81b14e6201edf7d23d (diff) | |
| parent | 09eafa22a7171f3d53118e1cf108cd93437319aa (diff) | |
| download | tcl-81ee84c12cb27528d31c5cf3e0db567befb43c35.zip tcl-81ee84c12cb27528d31c5cf3e0db567befb43c35.tar.gz tcl-81ee84c12cb27528d31c5cf3e0db567befb43c35.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclUnixPort.h')
| -rw-r--r-- | unix/tclUnixPort.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 70b2257..527f662 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -156,11 +156,7 @@ typedef off_t Tcl_SeekOffset; #ifdef HAVE_STDINT_H # include <stdint.h> #endif -#ifdef HAVE_UNISTD_H -# include <unistd.h> -#else -# include "../compat/unistd.h" -#endif +#include <unistd.h> MODULE_SCOPE int TclUnixSetBlockingMode(int fd, int mode); |
