From: Jim Meyering Date: Mon, 29 Jun 1998 02:27:55 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16q~33 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=79a6760fe408df091d8b9a7eec3c48818eae40c7;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 94e3a0d191..0bbf6063dc 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -7,8 +7,11 @@ new jm_LIST_MOUNTED_FILESYSTEMS macro. Use new jm_FSTYPENAME macro. - * src/sys2.h: Add macro definitions for GNU libc unlocked wrappers. - + * src/df.c, src/dircolors.c, src/du.c, src/ls.c, src/remove.c: + Change all uses of unlocked-wrapped functions to their upper case + wrapper names. + * src/sys2.h: Add macro definitions for GNU libc unlocked wrappers + (e.g. FFLUSH for fflush_unlocked). * src/ls.c: Add DIRED_ prefix to the macros: PUTCHAR, FPUTS, and FPUTS_LITERAL