changeset 12408:fd8770b153db

fchdir: Update comment.
author Bruno Haible <bruno@clisp.org>
date Wed, 09 Dec 2009 11:49:30 +0100
parents 311868bb0b6a
children 24c5ce8d8a76
files ChangeLog lib/fchdir.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-09  Bruno Haible  <bruno@clisp.org>
+
+	* lib/fchdir.c: Update comment.
+
 2009-12-09  Bruno Haible  <bruno@clisp.org>
 
 	* lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
--- a/lib/fchdir.c
+++ b/lib/fchdir.c
@@ -50,8 +50,8 @@
    descriptor, since mingw refuses to rename any in-use file system
    object.  */
 
-/* Array of file descriptors opened.  If it points to a directory, it stores
-   info about this directory.  */
+/* Array of file descriptors opened.  If REPLACE_OPEN_DIRECTORY or if it points
+   to a directory, it stores info about this directory.  */
 typedef struct
 {
   char *name;       /* Absolute name of the directory, or NULL.  */