]> granicus.if.org Git - strace/commit
tests: fix ioctl_nsfs.test on ia64
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 14 Apr 2017 00:52:37 +0000 (00:52 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 14 Apr 2017 00:52:37 +0000 (00:52 +0000)
commitd1a996666997a87dbaaeda260eba4683aa8d2905
tree0792b9e88587ce3b4156c0c50170c64fbd45f0dc
parent3860effe9a0f9356df5cef7965b74c4a748bfe8b
tests: fix ioctl_nsfs.test on ia64

glibc on ia64 provides no clone() function, but there is a __clone2
function instead.  It is documented but no prototype is provided by
glibc.

* tests/ioctl_nsfs.c [IA64] (__clone2): New prototype.
[IA64] (clone): New macro wrapper around __clone2.
tests/ioctl_nsfs.c