Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/glob.c')
-rw-r--r--winsup/cygwin/glob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/glob.c b/winsup/cygwin/glob.c
index 971b3092e..32e4e60d6 100644
--- a/winsup/cygwin/glob.c
+++ b/winsup/cygwin/glob.c
@@ -833,7 +833,7 @@ g_lstat(fn, sb, pglob)
{
/* FIXME: This only works as long as the application uses the old
struct stat with 32 bit off_t types!!!
-
+
As soon as we switch over to 64 bit, we have to decide by
the applications API minor version number, whether to use
a pointer to a __stat64 or a _stat32 struct to the
@@ -867,7 +867,7 @@ g_stat(fn, sb, pglob)
{
/* FIXME: This only works as long as the application uses the old
struct stat with 32 bit off_t types!!!
-
+
As soon as we switch over to 64 bit, we have to decide by
the applications API minor version number, whether to use
a pointer to a __stat64 or a _stat32 struct to the