fchdir: Update comment.
authorBruno Haible <bruno@clisp.org>
Wed, 9 Dec 2009 10:49:30 +0000 (11:49 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Dec 2009 10:49:30 +0000 (11:49 +0100)
ChangeLog
lib/fchdir.c

index f3144388f90c611484abb7409e47a22381257ed3..bb6f9848b574eae859d248187aebcdb65aed64e0 100644 (file)
--- 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.
index 545b207ff4b6fb21175e3da817cbf9a28fb1c13a..714e50d13488ad6263a7137b7815c367f819f9f0 100644 (file)
@@ -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.  */