1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

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.
This commit is contained in:
Paul Eggert
2020-09-20 12:52:15 -07:00
parent 8ba9126d00
commit 649a39bbd0
3 changed files with 38 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ lib/c-stack.c
m4/c-stack.m4
Depends-on:
c99
errno
exitfail
getprogname
@@ -15,6 +16,7 @@ ignore-value
intprops
inttypes
libsigsegv
mempcpy
raise
sigaction
stdbool