1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

mips: Use 'long int' and 'long long int' in linux syscall code

Style fixes only, no functional change.
This commit is contained in:
WANG Xuerui
2020-02-13 00:57:02 +08:00
committed by Joseph Myers
parent c953219420
commit d3fbb18aa3
14 changed files with 230 additions and 220 deletions

View File

@@ -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. */