aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 64f8a0335ac..64e989a3b36 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -4280,7 +4280,7 @@ fstatat (int fd, char const *name, struct stat *st, int flags)
4280 /* Rely on a hack: an open directory is modeled as file descriptor 0. 4280 /* Rely on a hack: an open directory is modeled as file descriptor 0.
4281 This is good enough for the current usage in Emacs, but is fragile. 4281 This is good enough for the current usage in Emacs, but is fragile.
4282 4282
4283 FIXME: Add proper support for fdopendir, fstatatat, readlinkat. 4283 FIXME: Add proper support for fdopendir, fstatat, readlinkat.
4284 Gnulib does this and can serve as a model. */ 4284 Gnulib does this and can serve as a model. */
4285 char fullname[MAX_PATH]; 4285 char fullname[MAX_PATH];
4286 4286