diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-11 20:38:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-11 20:38:45 +0000 |
commit | f6a7345076a54c52391bfb280772b731c160b00c (patch) | |
tree | 7779db375129a265ffc3245e84c5107fcf724b78 /ChangeLog | |
parent | f1c9f20c84c1f28e66308a757375763b86df97f4 (diff) | |
download | glibc-f6a7345076a54c52391bfb280772b731c160b00c.tar.gz glibc-f6a7345076a54c52391bfb280772b731c160b00c.tar.xz glibc-f6a7345076a54c52391bfb280772b731c160b00c.zip |
Update.
* posix/getopt.c: Suppress messages if first character of optstring is a colon (PR libc/1584).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e73f95c8b5..e3dd452cd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-02-11 Ulrich Drepper <drepper@redhat.com> + * posix/getopt.c: Suppress messages if first character of + optstring is a colon (PR libc/1584). + * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Define ELF_* constants and elf_* types to interpret values passed up from the kernel. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. |