diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-18 18:44:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-18 18:44:33 +0000 |
commit | 70b2845f71c1fb6bd5ec3ef325974b6a90cdb45c (patch) | |
tree | 8f3322b07a111d14b3ff960a5abd5d48422358b1 /ChangeLog | |
parent | ad1b5f19680f923691a5674c132c4c36e9b162f5 (diff) | |
download | glibc-70b2845f71c1fb6bd5ec3ef325974b6a90cdb45c.zip glibc-70b2845f71c1fb6bd5ec3ef325974b6a90cdb45c.tar.gz glibc-70b2845f71c1fb6bd5ec3ef325974b6a90cdb45c.tar.bz2 |
Update.
1999-08-18 Ulrich Drepper <drepper@cygnus.com>
* ctype/ctype.h: Avoid useless #endif #if pairs.
* dirent/dirent.h: Define ino_t and ino64_t if not done already.
(seekdir): Fix type of second parameter.
* sysdeps/generic/seekdir.c: Likewise.
* sysdeps/mach/hurd/seekdir.c: Likewise.
* sysdeps/unix/seekdir.c: Likewise.
* dlfcn/dlfcn.h: Define RTLD_NEXT and RTLD_DEFAULT only if __USE_GNU.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1999-08-18 Ulrich Drepper <drepper@cygnus.com> + + * ctype/ctype.h: Avoid useless #endif #if pairs. + + * dirent/dirent.h: Define ino_t and ino64_t if not done already. + (seekdir): Fix type of second parameter. + * sysdeps/generic/seekdir.c: Likewise. + * sysdeps/mach/hurd/seekdir.c: Likewise. + * sysdeps/unix/seekdir.c: Likewise. + + * dlfcn/dlfcn.h: Define RTLD_NEXT and RTLD_DEFAULT only if __USE_GNU. + 1999-08-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/install.texi (Configuring and compiling): Clarify ix86 |