summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-06-08 13:14:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-06-08 13:14:19 (GMT)
commit7e302d3ca75cd9eb6998e895cf344665b1d08e5e (patch)
treea5906f025d3dabfe0ae754285014064899728fc1 /unix/tclUnixPort.h
parent58d31239da28572a5de112c0792a6e071066fddc (diff)
parent9ea2ab76f4646c44e090b45ba151a94d38b085f1 (diff)
downloadtcl-7e302d3ca75cd9eb6998e895cf344665b1d08e5e.zip
tcl-7e302d3ca75cd9eb6998e895cf344665b1d08e5e.tar.gz
tcl-7e302d3ca75cd9eb6998e895cf344665b1d08e5e.tar.bz2
Update autogoo for gettimeofday(). Thanks Joe English.
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 6ff13eb..28015ae 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -276,10 +276,6 @@ MODULE_SCOPE int TclUnixSetBlockingMode(int fd, int mode);
#ifdef NO_GETTOD
# include <sys/times.h>
-#else
-# ifdef HAVE_BSDGETTIMEOFDAY
-# define gettimeofday BSDgettimeofday
-# endif
#endif
#ifdef GETTOD_NOT_DECLARED