*** empty log message ***

This commit is contained in:
Jim Meyering 2001-08-12 20:11:49 +00:00
parent 79dbd85e74
commit 242256b45d

View File

@ -1,3 +1,14 @@
2001-08-12 Jim Meyering <meyering@lucent.com>
* xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
Simply `return getcwd (NULL, 0);'.
[! (defined __GLIBC__ && __GLIBC__ >= 2)]:
Use 1300 as initial value for length, not PATH_MAX.
2001-08-12 Jim Meyering <meyering@lucent.com>
* pathmax.h: Clean up cpp syntax.
2001-08-12 Jim Meyering <meyering@lucent.com>
* gettimeofday.c: New file.