tests: test CLONE_CLEAR_SIGHAND
Test that CLONE_CLEAR_SIGHAND resets signal handlers to SIG_DFL for the child process and that CLONE_CLEAR_SIGHAND and CLONE_SIGHAND are mutually exclusive. Cc: Florian Weimer <fweimer@redhat.com> Cc: libc-alpha@sourceware.org Cc: linux-api@vger.kernel.org Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com> Link: https://lore.kernel.org/r/20191014104538.3096-2-christian.brauner@ubuntu.com
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- tools/testing/selftests/Makefile 1 addition, 0 deletionstools/testing/selftests/Makefile
- tools/testing/selftests/clone3/.gitignore 1 addition, 0 deletionstools/testing/selftests/clone3/.gitignore
- tools/testing/selftests/clone3/Makefile 6 additions, 0 deletionstools/testing/selftests/clone3/Makefile
- tools/testing/selftests/clone3/clone3_clear_sighand.c 172 additions, 0 deletionstools/testing/selftests/clone3/clone3_clear_sighand.c
tools/testing/selftests/clone3/.gitignore
0 → 100644
tools/testing/selftests/clone3/Makefile
0 → 100644
Please register or sign in to comment