Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
Browse files Browse the repository at this point in the history
        * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
  • Loading branch information
Richard Henderson committed Jun 6, 2003
1 parent 63e1f70 commit 44c7664
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2003-06-04 Richard Henderson <rth@redhat.com>

* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.

* include/libc-symbols.h (symbol_set_declare): Use arrays
of unspecified size.

Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/alpha/gettimeofday.S
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $do32: ldi v0, SYS_ify(osf_gettimeofday)
ldl t0, 0(a0)
ldl t1, 4(a0)
stq t0, 0(a0)
stq t1, 0(a0)
stq t1, 8(a0)

2: addq sp, 16, sp
ret
Expand Down

0 comments on commit 44c7664

Please sign in to comment.