]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 30 Nov 2004 14:46:09 +0000 (14:46 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 30 Nov 2004 14:46:09 +0000 (14:46 +0000)
lib/ChangeLog

index 9382fb01d0e13dd71a4676d52eeb8cfcd7f20e35..48ef983d722b492e4231ce70c1ea53671a54211b 100644 (file)
@@ -1,5 +1,12 @@
 2004-11-30  Jim Meyering  <jim@meyering.net>
 
+       Change the name of the robust chdir function from chdir to chdir_long.
+       * save-cwd.c: Include chdir-long.h rather than chdir.h.
+       (restore_cwd): Use chdir_long, not chdir.
+       * chdir-long.c: Renamed from chdir.c.
+       * chdir-long.h: Renamed from chdir.h.
+       [!defined PATH_MAX]: Define chdir_long to chdir on systems like the Hurd.
+
        * chdir.c (O_DIRECTORY): Define, if necessary.
        (memchrcspn): Tiny wrapper around memchr.
        (rpl_chdir): Use memchrcspn rather than strcspn.