summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-04-24 20:21:16 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-04-24 20:21:16 (GMT)
commitfbefd2a1a6e5b1bd82fb892d08a9f547becc66af (patch)
treef7587ec802d28b8abaedf99e98dd2ba9084c5e6f /unix/tclUnixPort.h
parent1fa10cdd2a5f3b3a5fedd5e5461541d6d1b45bde (diff)
parent770b0bd348321dc847a2d4a93e95aea1a2a9ad5a (diff)
downloadtcl-fbefd2a1a6e5b1bd82fb892d08a9f547becc66af.zip
tcl-fbefd2a1a6e5b1bd82fb892d08a9f547becc66af.tar.gz
tcl-fbefd2a1a6e5b1bd82fb892d08a9f547becc66af.tar.bz2
[Bug 3508771] load tclreg.dll in cygwin tclsh
Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin FossilOrigin-Name: ae92de6078051cad28f8d5c66edb2078c5259d32
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h2
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;