diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-02 16:48:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-02 16:48:42 +0000 |
commit | f980a783a335d83330e832ed92c0aa8f1abb93b8 (patch) | |
tree | 69d00c1eaffd1e8c808ffbf66ac0d4565ee34e80 /libc/sysdeps/linux/sparc/rem.S | |
parent | d4b37495fb022640b1db8c0aa8615392c8969684 (diff) |
Rework sparc architecture support so it will compile
and run. Seems to be working...
-Erik
Diffstat (limited to 'libc/sysdeps/linux/sparc/rem.S')
-rw-r--r-- | libc/sysdeps/linux/sparc/rem.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/sparc/rem.S b/libc/sysdeps/linux/sparc/rem.S index 52bf167a4..3da857e99 100644 --- a/libc/sysdeps/linux/sparc/rem.S +++ b/libc/sysdeps/linux/sparc/rem.S @@ -37,7 +37,7 @@ -#include <sysdep.h> +#include <sys/syscall.h> .global .rem; @@ -364,4 +364,4 @@ retl mov %o3, %o0 -END(.rem) +.size .rem,.-.rem; |