summaryrefslogtreecommitdiffstats
path: root/contrib/tcl/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcl/unix/tclUnixNotfy.c')
-rw-r--r--contrib/tcl/unix/tclUnixNotfy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcl/unix/tclUnixNotfy.c b/contrib/tcl/unix/tclUnixNotfy.c
index e03d186..7dce634 100644
--- a/contrib/tcl/unix/tclUnixNotfy.c
+++ b/contrib/tcl/unix/tclUnixNotfy.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixNotfy.c 1.30 96/03/22 12:45:31
+ * SCCS: @(#) tclUnixNotfy.c 1.31 96/07/23 16:17:29
*/
#include "tclInt.h"
@@ -289,7 +289,7 @@ Tcl_Sleep(ms)
* early, go back to sleep again.
*/
- TclGetTime(&before);
+ TclpGetTime(&before);
after = before;
after.sec += ms/1000;
after.usec += (ms%1000)*1000;
@@ -316,7 +316,7 @@ Tcl_Sleep(ms)
}
(void) select(0, (SELECT_MASK *) 0, (SELECT_MASK *) 0,
(SELECT_MASK *) 0, &delay);
- TclGetTime(&before);
+ TclpGetTime(&before);
}
}
OpenPOWER on IntegriCloud