]> Savannah Git Hosting - gnulib.git/commit
intdiv0, memmem, nocrash, strcasestr, strstr: no exit
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 13 May 2016 19:10:03 +0000 (12:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 May 2016 19:12:24 +0000 (12:12 -0700)
commit3588af7e6ad4282c1482f95a9608fefca5123776
tree3dcb38f8dfccbe08c60b3e836a6934bbea8d045e
parent7cf8f77f03d0ea6c5c6420498906cab29a98498d
intdiv0, memmem, nocrash, strcasestr, strstr: no exit

Do not call 'exit' in a signal handler, as this is not
portable.  Call '_exit' instead.  This addresses an issue with tests
not being terminated.
m4/intdiv0.m4
m4/memmem.m4
m4/nocrash.m4
m4/strcasestr.m4
m4/strstr.m4