Message ID | 570FF1B7.7060604@linaro.org |
---|---|
State | New |
Headers | show |
On 04/14/2016 09:38 PM, Adhemerval Zanella wrote: > This was an overlook from my part: the __ALIGNMENT_{ARG,COUNT} definition > was moved from another header to this one in a patch iteration and I did > not care to actually remake the tests on arm to check if everthing was ok. > > I will push it soon. I've verified that the master branch no longer has the test suite failures. Thanks for fixing this so quickly. Florian
diff --git a/sysdeps/unix/sysv/linux/sysdep.h b/sysdeps/unix/sysv/linux/sysdep.h index 4ac4c00..f2d7e05 100644 --- a/sysdeps/unix/sysv/linux/sysdep.h +++ b/sysdeps/unix/sysv/linux/sysdep.h @@ -16,6 +16,7 @@ <http://www.gnu.org/licenses/>. */ #include <bits/wordsize.h> +#include <kernel-features.h> /* Set error number and return -1. A target may choose to return the internal function, __syscall_error, which sets errno and returns -1.