diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-04 09:18:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-04 09:18:22 +0000 |
commit | 8e96ae1a08f419829221ab7e31291606754f0a69 (patch) | |
tree | debc115345fc77bd7938fe58480861fb3fa2533a /ChangeLog | |
parent | 80f6f981b9801b2164c472c3d6be57d96be50219 (diff) | |
download | glibc-8e96ae1a08f419829221ab7e31291606754f0a69.tar.gz |
Update.
2002-11-04 Ulrich Drepper <drepper@redhat.com>
* manual/examples/dir.c: Don't include <stddef.h>.
* manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
2002-11-02 H.J. Lu <hjl@gnu.org>
* stdio-common/reg-printf.c: Include <stddef.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-11-04 Ulrich Drepper <drepper@redhat.com> + + * manual/examples/dir.c: Don't include <stddef.h>. + * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY. + Reported by Frédéric Delanoy <delanoy_f@yahoo.com>. + +2002-11-02 H.J. Lu <hjl@gnu.org> + + * stdio-common/reg-printf.c: Include <stddef.h>. + 2002-11-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used. |