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:
committed by
Joseph Myers
parent
c953219420
commit
d3fbb18aa3
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user