diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-19 17:49:16 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-19 17:49:16 (GMT) |
| commit | 17753fa8bb71fc740668a988d04280313d93d9a8 (patch) | |
| tree | 3d2fb6e945d2b988e86c8bb080749552980d10e7 /unix/tclUnixPort.h | |
| parent | c081aa97d58617035b660a9eb68d1d07cb7c710d (diff) | |
| parent | 967130a70883d39bdd3e0264fafea73cdf7fbd9e (diff) | |
| download | tcl-17753fa8bb71fc740668a988d04280313d93d9a8.zip tcl-17753fa8bb71fc740668a988d04280313d93d9a8.tar.gz tcl-17753fa8bb71fc740668a988d04280313d93d9a8.tar.bz2 | |
fix Bug 3598300 on MacOSX too
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 7eb717b..59a35ba 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -104,7 +104,7 @@ typedef off_t Tcl_SeekOffset; extern char **__cygwin_environ; extern int TclOSstat(const char *name, void *statBuf); extern int TclOSlstat(const char *name, void *statBuf); -#elif defined(HAVE_STRUCT_STAT64) +#elif defined(HAVE_STRUCT_STAT64) && !defined(__APPLE__) # define TclOSstat stat64 # define TclOSlstat lstat64 #else |
