diff options
author | dgp <dgp@users.sourceforge.net> | 2012-06-08 13:04:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-06-08 13:04:58 (GMT) |
commit | 9ea2ab76f4646c44e090b45ba151a94d38b085f1 (patch) | |
tree | 673c560ae70aa997957584c947858f1d7af14255 /unix/tclUnixPort.h | |
parent | c94c7e03ecc4666f31df363c2f728acd5007a2b5 (diff) | |
download | tcl-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.h | 4 |
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 |