diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 07:57:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 07:57:16 +0000 |
commit | 0f7920cf33ac23730debb71c2e734f20407f46ee (patch) | |
tree | da83aef6646b8536dfc83b57b9223476cb22c5a8 /ChangeLog | |
parent | 869379c962102fe4919ac6f72caa9899cc6d7b51 (diff) | |
download | glibc-0f7920cf33ac23730debb71c2e734f20407f46ee.tar glibc-0f7920cf33ac23730debb71c2e734f20407f46ee.tar.gz glibc-0f7920cf33ac23730debb71c2e734f20407f46ee.tar.bz2 glibc-0f7920cf33ac23730debb71c2e734f20407f46ee.zip |
[BZ #1952, BZ #1955]cvs/fedora-glibc-20051220T1028
2005-12-19 Ulrich Drepper <drepper@redhat.com>
[BZ #1955]
* timezone/zic.c (tofile;): Fix typo in symlink creation.
Patch by Phil Estes <pestes@us.ibm.com>.
[BZ #1952]
* sysdeps/unix/sysv/linux/time.c: New file.
* sysdeps/unix/sysv/linux/i386/syscalls.list: Remove time entry.
2005-12-15 Thomas Schwinge <tschwinge@gnu.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,14 @@ -2005-12-15 Thomas Schwinge <tschwinge@gnu.org> +2005-12-19 Ulrich Drepper <drepper@redhat.com> + + [BZ #1955] + * timezone/zic.c (tofile;): Fix typo in symlink creation. + Patch by Phil Estes <pestes@us.ibm.com>. + + [BZ #1952] + * sysdeps/unix/sysv/linux/time.c: New file. + * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove time entry. + +2005-12-15 Thomas Schwinge <tschwinge@gnu.org> * io/xmknodat.c: Include <stddef.h>. * misc/futimesat.c: Remove weak_alias and correct stub_warning. |