]> Savannah Git Hosting - gnulib.git/commit
Prefer "kill -INT" to killing with a number
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2022 18:43:24 +0000 (10:43 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Nov 2022 18:44:44 +0000 (10:44 -0800)
commitac6115cfb3a71be3a472835d420fbef24cd4889a
tree7411f73e0c8270fc2bed9bd9d2513cb5ddff183c
parent835b3ea801782fcf72ef1f9397bb112cac0e2f50
Prefer "kill -INT" to killing with a number

* m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK):
* tests/test-login_tty.c (main):
* tests/test-pthread_sigmask1.c (main):
* tests/test-sigprocmask.c (main):
Prefer "kill -INT" to "kill -N" where N is SIGINT’s value.
Don’t assume pid_t fits in int.
ChangeLog
m4/pthread_sigmask.m4
tests/test-login_tty.c
tests/test-pthread_sigmask1.c
tests/test-sigprocmask.c