diff options
author | Rich Felker <dalias@aerifal.cx> | 2014-03-18 17:08:15 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-03-18 17:08:15 -0400 |
commit | 5f95f965e933c5b155db75520ac27c92ddbcf400 (patch) | |
tree | 140ae575d4a3ed1ff3767c44368f71331aeb9f08 /Makefile | |
parent | f162c064ab71dc3631abd8db9e53099a1c80b9cf (diff) | |
download | musl-5f95f965e933c5b155db75520ac27c92ddbcf400.tar.gz musl-5f95f965e933c5b155db75520ac27c92ddbcf400.tar.xz musl-5f95f965e933c5b155db75520ac27c92ddbcf400.zip |
use syscall_arg_t for arguments in public syscall() function
on x32, this change allows programs which use syscall() with pointers or 64-bit values as arguments to work correctly, i.e. without truncation or incorrect sign extension. on all other supported archs, syscall_arg_t is defined as long, so this change is a no-op.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions