]> granicus.if.org Git - strace/commit
mips: use <asm/sgidefs.h>
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 5 Feb 2016 22:00:00 +0000 (14:00 -0800)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 20 Jan 2017 18:30:11 +0000 (18:30 +0000)
commit0a9cd4bf2e18e47e2749e1c2b1c5831dd9a46150
tree95be2de33e94b1504c664635f5fee2ee0d8cab34
parent8b7be09c7b1165b30216ad4f18dfb24da24321f8
mips: use <asm/sgidefs.h>

Build fix for MIPS with musl libc.

The MIPS specific header <sgidefs.h> is provided by glibc and uclibc
but not by musl. Regardless of the libc, the kernel headers provide
<asm/sgidefs.h> which provides the same definitions, so use that
instead.

* configure.ac: Replace <sgidefs.h> with <asm/sgidefs.h>.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
configure.ac