]> granicus.if.org Git - strace/commit
ia64: replace SYS_clone2 with __NR_clone2
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 9 Aug 2016 14:35:06 +0000 (14:35 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 9 Aug 2016 14:35:06 +0000 (14:35 +0000)
commit38d854e425b71cc810adea817272fc7b988ceb97
tree9af9e461170f85bb00b7155b2ac0be30b7278007
parente3dfc5901ff64c144f7570ca71f260b1c80a74f2
ia64: replace SYS_clone2 with __NR_clone2

Migrate to __NR_* the last user of SYS_* macros provided
by <sys/syscall.h>.

* clone.c [IA64] (ARG_STACKSIZE, ARG_PTID, ARG_CTID, ARG_TLS): Replace
SYS_clone2 with __NR_clone2.
clone.c