From 343d7d40654ba81124287b04de856fcdd4d605b5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 19 Jun 2002 11:13:29 +0000 Subject: *** empty log message *** --- lib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib') diff --git a/lib/ChangeLog b/lib/ChangeLog index 41986c603..875a3699e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2002-06-18 Paul Eggert + + * file-type.h: Report an error if neither S_ISREG nor + S_IFREG is defined, instead of using a test specific to glibc + 2.2. This should be safe, since POSIX requires S_ISREG and + Unix Version 7 had S_IFREG. We don't need to check for + since we don't use any symbols that it defines. + 2002-06-15 Jim Meyering * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef. -- cgit v1.2.3-54-g00ecf