Skip to content

Commit

Permalink
[BZ #1952, BZ #1955]
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ulrich Drepper committed Dec 20, 2005
1 parent 869379c commit 0f7920c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion sysdeps/unix/sysv/linux/i386/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion timezone/zic.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ const char * const tofile;
"../");
symlinkcontents =
ecatalloc(symlinkcontents,
fromfile);
fromname);
result = symlink(symlinkcontents,
toname);
if (result == 0)
Expand Down

0 comments on commit 0f7920c

Please sign in to comment.