summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-27 16:28:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-27 16:28:03 (GMT)
commitafa1204d07685da83f1e83b4bf2466641d53f363 (patch)
tree91d3d7f9503acd9afabfced8a9f4b0d821ed095f /unix/tclUnixPort.h
parent82b83bb7a68b03927e9ac7f85cf15b29df8e5e6d (diff)
parent0a00f85f84c7117557104cdd16c161c409a6c8d5 (diff)
downloadtcl-afa1204d07685da83f1e83b4bf2466641d53f363.zip
tcl-afa1204d07685da83f1e83b4bf2466641d53f363.tar.gz
tcl-afa1204d07685da83f1e83b4bf2466641d53f363.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index c66415a..bb944e4 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -86,7 +86,6 @@ typedef off_t Tcl_SeekOffset;
#endif
#ifdef __CYGWIN__
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -114,16 +113,10 @@ extern "C" {
__declspec(dllimport) extern __stdcall int GetLastError(void);
__declspec(dllimport) extern __stdcall int GetFileAttributesW(const WCHAR *);
__declspec(dllimport) extern __stdcall int SetFileAttributesW(const WCHAR *, int);
-
__declspec(dllimport) extern int cygwin_conv_path(int, const void *, void *, int);
#ifdef __clang__
#pragma clang diagnostic pop
#endif
-/* On Cygwin, the environment is imported from the Cygwin DLL. */
-#ifndef __x86_64__
-# define environ __cygwin_environ
- extern char **__cygwin_environ;
-#endif
# define timezone _timezone
extern int TclOSstat(const char *name, void *statBuf);
extern int TclOSlstat(const char *name, void *statBuf);