diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-24 20:21:16 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-24 20:21:16 (GMT) |
commit | 830ac5ea69e6a6a3ea77f6032ad6e69a97dc817f (patch) | |
tree | f7587ec802d28b8abaedf99e98dd2ba9084c5e6f /unix/tclUnixPort.h | |
parent | 6e14d4b037124606898f47db23fd11da4db0b27e (diff) | |
parent | 57eb164841942a064c65e0634679393ff023ab61 (diff) | |
download | tcl-830ac5ea69e6a6a3ea77f6032ad6e69a97dc817f.zip tcl-830ac5ea69e6a6a3ea77f6032ad6e69a97dc817f.tar.gz tcl-830ac5ea69e6a6a3ea77f6032ad6e69a97dc817f.tar.bz2 |
[Bug 3508771] load tclreg.dll in cygwin tclsh
Implement TclWinGetSockOpt, TclWinGetServByName
and TclWinCPUID for Cygwin
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index c0bf77d8..9426697 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -658,7 +658,6 @@ extern int copyfile(const char *from, const char *to, void *state, * address platform-specific issues. */ -#define TclpGetPid(pid) ((unsigned long) (pid)) #define TclpReleaseFile(file) /* Nothing. */ /* @@ -699,7 +698,6 @@ EXTERN struct tm * TclpLocaltime(TclpTime_t_CONST); #ifndef TclpGmtime EXTERN struct tm * TclpGmtime(TclpTime_t_CONST); #endif -EXTERN char * TclpInetNtoa(struct in_addr); #define inet_ntoa(x) TclpInetNtoa(x) #else typedef int TclpMutex; |