syscall_intercept
syscall_intercept copied to clipboard
tests compilation error: restrict-qualified parameter
trafficstars
test/syscall_format.c:389:2: error: passing argument 2 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict]
select(2, p0, p1, p1, p0);
^~~~~~
test/syscall_format.c:389:2: error: passing argument 3 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict]
Glibc tested version: 2.28
Gcc tested version: 8.2.1 20180831 (GCC)
Should be fixed by #88