summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-06-08 13:04:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-06-08 13:04:58 (GMT)
commit9ea2ab76f4646c44e090b45ba151a94d38b085f1 (patch)
tree673c560ae70aa997957584c947858f1d7af14255 /unix/tclUnixPort.h
parentc94c7e03ecc4666f31df363c2f728acd5007a2b5 (diff)
downloadtcl-9ea2ab76f4646c44e090b45ba151a94d38b085f1.zip
tcl-9ea2ab76f4646c44e090b45ba151a94d38b085f1.tar.gz
tcl-9ea2ab76f4646c44e090b45ba151a94d38b085f1.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 9a76301..7f913ca 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -305,10 +305,6 @@ EXTERN Tcl_WideUInt strtoull _ANSI_ARGS_((CONST char *string,
# define CLK_TCK 60
# endif
# endif
-#else
-# ifdef HAVE_BSDGETTIMEOFDAY
-# define gettimeofday BSDgettimeofday
-# endif
#endif
#ifdef GETTOD_NOT_DECLARED