mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
the unistd module. * lib/getlogin_r.c: Likewise. * lib/getlogin_r.h: Likewise. * lib/glob.c: Likewise. * lib/pagealign_alloc.c: Likewise. * lib/unistd_.h: Remove; no longer needed. * modules/c-stack (Depends-on): Add unistd. * modules/getlogin_r: Likewise. * modules/glob: Likewise. * modules/pagealign_alloc: Likewise. * modules/unistd (Files): Remove lib/unistd_.h. (EXTRA_DIST): Remove. (unistd.h): Create using 'echo' rather than 'cp', so that we don't need unistd_.h. (MOSTLYCLEANFILES): Remove unistd.h-t.
28 lines
285 B
Plaintext
28 lines
285 B
Plaintext
Description:
|
|
Stack overflow handling, causing program exit.
|
|
|
|
Files:
|
|
lib/c-stack.h
|
|
lib/c-stack.c
|
|
m4/c-stack.m4
|
|
|
|
Depends-on:
|
|
gettext-h
|
|
exitfail
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_C_STACK
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += c-stack.h c-stack.c
|
|
|
|
Include:
|
|
"c-stack.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|