summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-01-15 17:38:57 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-01-15 17:38:57 (GMT)
commitb2940c712c83481f79afe06925d5c0d624de4a48 (patch)
treea778604a30bf4a2f86d5f2160f9b380da78cd6e2 /unix/tclUnixPort.h
parentd2bd1045344d1c63f429730b14f86609aec14266 (diff)
parent5cf419514b633f9687131ef2489e6ed6aeeed42a (diff)
downloadtcl-b2940c712c83481f79afe06925d5c0d624de4a48.zip
tcl-b2940c712c83481f79afe06925d5c0d624de4a48.tar.gz
tcl-b2940c712c83481f79afe06925d5c0d624de4a48.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.h2
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