mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
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>
This commit is contained in:
parent
869379c962
commit
0f7920cf33
12
ChangeLog
12
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.
|
||||
|
@ -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
|
||||
|
@ -650,7 +650,7 @@ const char * const tofile;
|
||||
"../");
|
||||
symlinkcontents =
|
||||
ecatalloc(symlinkcontents,
|
||||
fromfile);
|
||||
fromname);
|
||||
result = symlink(symlinkcontents,
|
||||
toname);
|
||||
if (result == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user