diff options
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index dc0fb40..a7313ca 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -19,7 +19,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixPort.h,v 1.62 2008/02/27 03:35:50 jenglish Exp $ + * RCS: @(#) $Id: tclUnixPort.h,v 1.63 2008/02/28 20:12:10 jenglish Exp $ */ #ifndef _TCLUNIXPORT @@ -122,6 +122,9 @@ typedef off_t Tcl_SeekOffset; # include <sys/ioctl.h> /* For FIONBIO. */ # endif #endif /* USE_FIONBIO */ + +MODULE_SCOPE int TclUnixSetBlockingMode(int fd, int mode); + #include <utime.h> /* |