]> git.ipfire.org Git - thirdparty/man-pages.git/commit
clone.2: EINVAL is generated by glibc wrapper for NULL 'fn' or 'child_stack'
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 15 Sep 2016 16:39:57 +0000 (18:39 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 15 Sep 2016 16:39:57 +0000 (18:39 +0200)
commitd4748fad9f5665f4c3c62e0effc65525214ad7b3
tree11d70bf2b91659cb91662e59d8a50c2da95de61e
parent8e7a186ab882d1d5682acd2e99409ad5ed634aee
clone.2: EINVAL is generated by glibc wrapper for NULL 'fn' or 'child_stack'

Clarify that this error is produced by the wrapper function, not
the underlying system call. In particular, the point is that the
raw system call can accommodate a NULL pointer for 'child_stack'.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/clone.2