mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-25 19:04:09 +08:00
*** empty log message ***
This commit is contained in:
parent
79dbd85e74
commit
242256b45d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user