| Age | Commit message (Collapse) | Author |
|
extra argument to ensure that 'off_t' parameters are even numbered
parameters for stack alignment reasons on 32 bit systems) to use a normal
'syscall' wrapper for __foo instead of using __syscall(SYS_foo, ... ).
This saves all the faffing needed to get a 32bit return value on sparc.
Auto-generate the extra syscall wrappers.
Move swapon.c into the correct list (swapon() uses swapctl()).
This probably means there are very few users of syscall() and __syscall() left.
|
|
|
|
Patches provided by Joel Baker in PR 22280, verified by myself.
|
|
|
|
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.
|
|
|
|
|
|
|
|
arguments must be padded.
|