about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/mips64/syscall.S
diff options
context:
space:
mode:
authorWANG Xuerui <git@xen0n.name>2020-02-13 00:57:02 +0800
committerJoseph Myers <joseph@codesourcery.com>2020-02-12 22:13:24 +0000
commitd3fbb18aa3164ca1d11e8acba81e1fc2ca70f43e (patch)
tree7584ba4993f69b7c8e9c789e9c314d9783f2ee1d /sysdeps/unix/sysv/linux/mips/mips64/syscall.S
parentc9532194205aa2d044acdff7af98816b793c1491 (diff)
downloadglibc-d3fbb18aa3164ca1d11e8acba81e1fc2ca70f43e.tar.gz
glibc-d3fbb18aa3164ca1d11e8acba81e1fc2ca70f43e.tar.xz
glibc-d3fbb18aa3164ca1d11e8acba81e1fc2ca70f43e.zip
mips: Use 'long int' and 'long long int' in linux syscall code
Style fixes only, no functional change.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/mips64/syscall.S')
-rw-r--r--sysdeps/unix/sysv/linux/mips/mips64/syscall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/syscall.S b/sysdeps/unix/sysv/linux/mips/mips64/syscall.S
index 26adf2cd04..a9baff3c17 100644
--- a/sysdeps/unix/sysv/linux/mips/mips64/syscall.S
+++ b/sysdeps/unix/sysv/linux/mips/mips64/syscall.S
@@ -20,7 +20,7 @@
 #include <sys/asm.h>
 
 /* Usage:
-   long syscall (syscall_number, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
+   long int syscall (syscall_number, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
 
    We need to do some arg shifting, syscall_number will be in v0.  */