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/umul.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/umul.S')
-rw-r--r-- | libc/sysdeps/linux/sparc/umul.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sparc/umul.S b/libc/sysdeps/linux/sparc/umul.S index d26ae4382..4f38d78eb 100644 --- a/libc/sysdeps/linux/sparc/umul.S +++ b/libc/sysdeps/linux/sparc/umul.S @@ -14,7 +14,7 @@ * bnz overflow (or tnz) */ -#include <sysdep.h> +#include <sys/syscall.h> .global .umul; |