1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 11:59:36 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-01-22 15:46:42 +00:00
parent 3ead987ffc
commit 4e26fbcb07
+19
View File
@@ -1,3 +1,22 @@
2003-01-22 Jim Meyering <jim@meyering.net>
* ftw.c (process_entry): Handle FTW_DCHP.
(ftw_dir): Handle FTW_DCH.
* ftw_.h [!_LIBC && !__USE_XOPEN_EXTENDED]: Define __USE_XOPEN_EXTENDED
and FTW_H_STANDALONE.
[anon enum] (FTW_DCH, FTW_DCHP): New members.
(FTW_DCH, FTW_DCHP): Define.
* ftw.c: Include autoconf-recommended block of dirent/NAMELEN
related definitions and includes. Use NAMELEN throughout,
rather than _D_EXACT_NAMLEN.
[_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
(stpcpy): Declare, if necessary.
(mempcpy): Define, if necessary.
[!_LIBC] (__stpcpy, __mempcpy): Define.
[!_LIBC] (LXSTAT, XSTAT): Define.
2003-01-21 Jim Meyering <jim@meyering.net>
* tsearch.c: New file, from GNU libc.