diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-04 14:50:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-04 14:50:05 (GMT) |
commit | 1cbe41a90cc155259e98e2e4ed1cfdae770d19a6 (patch) | |
tree | 09a887b9d2dbdf1d0aadc016d311022eeea7008b /unix/tclUnixPort.h | |
parent | 5cc8272056a2950e552b579f4717b123a9578bdc (diff) | |
download | tcl-1cbe41a90cc155259e98e2e4ed1cfdae770d19a6.zip tcl-1cbe41a90cc155259e98e2e4ed1cfdae770d19a6.tar.gz tcl-1cbe41a90cc155259e98e2e4ed1cfdae770d19a6.tar.bz2 |
implement TclpGetPid for Cygwin
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index c0bf77d8..a26922c 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. */ /* |