This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] wordexp: Split out command execution tests from posix/wordexp-test


On Tue, 8 Oct 2019, Florian Weimer wrote:

> +#ifdef CLONE_NEWPID
> +  if (unshare (CLONE_NEWPID) != 0)
> +    printf ("warning: unshare (CLONE_NEW_PID) failed: %m\n"
> +            "warning: This leads to reduced test coverage.\n");
> +  else
> +    pid_tests_supported = true;
> +#else
> +  printf ("warning: CLONE_NEW_PID not available.\n"

The messages are saying CLONE_NEW_PID when the actual code is using 
CLONE_NEWPID.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]