diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-23 14:15:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-23 14:15:29 (GMT) |
commit | af8da26b34bd282986b54a9da8618c6c3f617c7a (patch) | |
tree | 0c4ebae9865c8fef52dcb8c18bab8e3eeee078a3 /generic/tclInt.decls | |
parent | 6efd3e5fb18780e9e765151e807ed04c34293aa6 (diff) | |
download | tcl-af8da26b34bd282986b54a9da8618c6c3f617c7a.zip tcl-af8da26b34bd282986b54a9da8618c6c3f617c7a.tar.gz tcl-af8da26b34bd282986b54a9da8618c6c3f617c7a.tar.bz2 |
add TclGetAndDetachPids and TclpCloseFile to cygwin port
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 0595050..36198a4 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -992,9 +992,11 @@ declare 10 unix { } # Slots 11 and 12 are forwarders for functions that were promoted to # generic Stubs +# On cygwin, this is actually a reference to TclGetAndDetachPids declare 11 unix { struct tm *TclpLocaltime_unix(TclpTime_t_CONST clock) } +# On cygwin, this is actually a reference to TclpCloseFile declare 12 unix { struct tm *TclpGmtime_unix(TclpTime_t_CONST clock) } |