]> Savannah Git Hosting - gnulib.git/commit
c-stack: output diagnostic in single 'write'
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Sep 2020 19:52:15 +0000 (12:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Sep 2020 22:48:44 +0000 (15:48 -0700)
commit649a39bbd0641c8bb48ba25e5d62d03f8f36125f
treee4b4a7d083665a630679f69bbab1c2cabbe685a4
parent8ba9126d00bfe1ab77a5c820c58c68933d4df85c
c-stack: output diagnostic in single 'write'

* lib/c-stack.c (die): In the typical case, use just one 'write'
syscall to output the diagnostic, as this lessens interleaving.
(die, c_stack_action): Assume C99.
* modules/c-stack (Depends-on): Add c99, mempcpy.
ChangeLog
lib/c-stack.c
modules/c-stack