diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-15 17:38:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-15 17:38:57 (GMT) |
commit | 0fb607893ae4988adaf4594c35a88ef97086fd60 (patch) | |
tree | a778604a30bf4a2f86d5f2160f9b380da78cd6e2 /unix/tclUnixPort.h | |
parent | d3dab183a137c6da919356663f688a0a7df0df26 (diff) | |
parent | 2a95f6b4192876906ced706fcdf40926f6a7eab7 (diff) | |
download | tcl-0fb607893ae4988adaf4594c35a88ef97086fd60.zip tcl-0fb607893ae4988adaf4594c35a88ef97086fd60.tar.gz tcl-0fb607893ae4988adaf4594c35a88ef97086fd60.tar.bz2 |
REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: tcl.h does not include sys/stat.h
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 63c500d..6dc73ed 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -319,7 +319,7 @@ MODULE_SCOPE int TclUnixSetBlockingMode(int fd, int mode); #endif #ifdef GETTOD_NOT_DECLARED -MODULE_SCOPE int gettimeofday(struct timeval *tp, +extern int gettimeofday(struct timeval *tp, struct timezone *tzp); #endif |