]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[BZ #1952, BZ #1955] cvs/fedora-glibc-20051220T1028
authorUlrich Drepper <drepper@redhat.com>
Tue, 20 Dec 2005 07:57:16 +0000 (07:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 20 Dec 2005 07:57:16 +0000 (07:57 +0000)
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>

ChangeLog
sysdeps/unix/sysv/linux/i386/syscalls.list
timezone/zic.c

index 60cad1d7625ea2e48b65cf8ee6eb72375454bdc5..c0328b4ae3c599ad6453437169c92e154dac0366 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 214397446dc0f966f246cfa1b6872540a7ab0751..3ff3a73aab6123adf9239a32e14cd6b9193c1987 100644 (file)
@@ -5,5 +5,4 @@ vm86old         EXTRA   vm86old         i:p     __vm86old       vm86@GLIBC_2.0
 vm86           -       vm86            i:ip    __vm86          vm86@@GLIBC_2.3.4
 oldgetrlimit   EXTRA   getrlimit       i:ip    __old_getrlimit getrlimit@GLIBC_2.0
 oldsetrlimit   EXTRA   setrlimit       i:ip    __old_setrlimit setrlimit@GLIBC_2.0
-time           -       time            Ei:p    time
 waitpid                -       waitpid         Ci:ipi  __waitpid       waitpid __libc_waitpid
index 57dc5311d5060902e867e6eecda9d06b9d02f54b..4e3f42f2cc7337062081ee8ad74bc5375eaa9153 100644 (file)
@@ -650,7 +650,7 @@ const char * const  tofile;
                                                "../");
                                        symlinkcontents =
                                                ecatalloc(symlinkcontents,
-                                               fromfile);
+                                                         fromname);
                                        result = symlink(symlinkcontents,
                                                toname);
                                        if (result == 0)