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 /timezone | |
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 'timezone')
-rw-r--r-- | timezone/zic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone/zic.c b/timezone/zic.c index 57dc5311d5..4e3f42f2cc 100644 --- a/timezone/zic.c +++ b/timezone/zic.c @@ -650,7 +650,7 @@ const char * const tofile; "../"); symlinkcontents = ecatalloc(symlinkcontents, - fromfile); + fromname); result = symlink(symlinkcontents, toname); if (result == 0) |