]> granicus.if.org Git - strace/commit
clone: fix printing of zero clone flags
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 20 Jun 2019 09:49:27 +0000 (09:49 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 20 Jun 2019 09:49:27 +0000 (09:49 +0000)
commite24fadd86ee6b991ec80c625ef307e22b9c7f38c
tree3433c4e14dc07e98a573562787b00547cdaf9791
parentc3220b07c0b05728f2731cdb32eaa8c337db4f10
clone: fix printing of zero clone flags

* clone.c (SYS_FUNC(clone)): Fix printing of zero clone flags.
* tests/clone-flags.c (main): Check it.
clone.c
tests/clone-flags.c