mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/unistd-h: Renamed from modules/unistd. * modules/unistd-h-tests: Renamed from modules/unistd-tests. * modules/unistd-h-c++-tests: Renamed from modules/unistd-c++-tests. * tests/test-unistd-h.c: Renamed from tests/test-unistd.c. * tests/test-unistd-h-c++.cc: Renamed from tests/test-unistd-c++.cc. * doc/posix-headers/unistd.texi: Update. * doc/posix-functions/_exit.texi: Update. * modules/* (Depends-on): Update. * modules/unistd: New file.
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
Description:
|
|
Emulation of POSIX compatible SIGPIPE behaviour.
|
|
|
|
Comment:
|
|
This module should not be used as a dependency from a test module,
|
|
otherwise when this module occurs as a tests-related module, it will
|
|
have side effects on the compilation of the main modules in lib/.
|
|
|
|
Files:
|
|
m4/sigpipe.m4
|
|
lib/stdio-write.c
|
|
m4/asm-underscore.m4
|
|
|
|
Depends-on:
|
|
msvc-nothrow
|
|
raise
|
|
signal-h
|
|
sigprocmask
|
|
stdio-h
|
|
unistd-h
|
|
|
|
configure.ac:
|
|
gl_SIGNAL_SIGPIPE
|
|
dnl Define the C macro GNULIB_SIGPIPE to 1.
|
|
gl_MODULE_INDICATOR([sigpipe])
|
|
dnl Define the substituted variable GNULIB_SIGNAL_H_SIGPIPE to 1.
|
|
gl_SIGNAL_H_REQUIRE_DEFAULTS
|
|
gl_MODULE_INDICATOR_INIT_VARIABLE([GNULIB_SIGNAL_H_SIGPIPE], [1])
|
|
dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1.
|
|
gl_STDIO_H_REQUIRE_DEFAULTS
|
|
AC_REQUIRE([gl_ASM_SYMBOL_PREFIX])
|
|
gl_MODULE_INDICATOR_INIT_VARIABLE([GNULIB_STDIO_H_SIGPIPE], [1])
|
|
dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1.
|
|
gl_UNISTD_H_REQUIRE_DEFAULTS
|
|
gl_MODULE_INDICATOR_INIT_VARIABLE([GNULIB_UNISTD_H_SIGPIPE], [1])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<signal.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|