summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsuresh <suresh@noemail.net>1998-05-16 11:51:38 (GMT)
committersuresh <suresh@noemail.net>1998-05-16 11:51:38 (GMT)
commita5fae16b8085858709f2226b60158ad81542a495 (patch)
tree8a33944fdb7ad80dedfa68d0b0b5e765513e432b /win
parentc05b670459df0a2d376fe5b166080fd17f87e012 (diff)
downloadtcl-a5fae16b8085858709f2226b60158ad81542a495.zip
tcl-a5fae16b8085858709f2226b60158ad81542a495.tar.gz
tcl-a5fae16b8085858709f2226b60158ad81542a495.tar.bz2
Renamed 'TclWinAccess()' to 'TclpAccess()' & 'TclWinStat()' to 'TclpStat()'.
FossilOrigin-Name: 361e3a0b00323474ac34e6a100b77ce7124d4eb1
Diffstat (limited to 'win')
-rw-r--r--win/tclWinFile.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index 9d97b02..a7a15a1 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -522,7 +522,7 @@ TclWinResolveShortcut(bufferPtr)
/*
*----------------------------------------------------------------------
*
- * TclWinStat, TclWinLstat --
+ * TclpStat, TclpLstat --
*
* These functions replace the library versions of stat and lstat.
*
@@ -541,7 +541,7 @@ TclWinResolveShortcut(bufferPtr)
*/
int
-TclWinStat(path, buf)
+TclpStat(path, buf)
CONST char *path; /* Path of file to stat (in current CP). */
struct stat *buf; /* Filled with results of stat call. */
{
@@ -588,7 +588,7 @@ TclWinStat(path, buf)
/*
*---------------------------------------------------------------------------
*
- * TclWinAccess --
+ * TclpAccess --
*
* This function replaces the library version of access.
*
@@ -605,7 +605,7 @@ TclWinStat(path, buf)
*/
int
-TclWinAccess(
+TclpAccess(
CONST char *path, /* Path of file to access (in current CP). */
int mode) /* Permission setting. */
{