X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsigpipe;h=8bb74427e313ac32588f4dbfd8ea3e2e1c7893e0;hb=ec68a6fee63ee22364cb88f215b906989ab6b33c;hp=8addd22e92ac023aa96716a50593c53830dd171f;hpb=321f80d0ad62a3fefe8a66b287e3b4e587e44d69;p=gnulib.git diff --git a/modules/sigpipe b/modules/sigpipe index 8addd22e9..8bb74427e 100644 --- a/modules/sigpipe +++ b/modules/sigpipe @@ -1,11 +1,20 @@ 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: -signal +msvc-nothrow +raise +signal-h sigprocmask stdio unistd @@ -19,6 +28,7 @@ AC_REQUIRE([gl_SIGNAL_H_DEFAULTS]) GNULIB_SIGNAL_H_SIGPIPE=1 dnl Define the substituted variable GNULIB_STDIO_H_SIGPIPE to 1. AC_REQUIRE([gl_STDIO_H_DEFAULTS]) +AC_REQUIRE([gl_ASM_SYMBOL_PREFIX]) GNULIB_STDIO_H_SIGPIPE=1 dnl Define the substituted variable GNULIB_UNISTD_H_SIGPIPE to 1. AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) @@ -30,7 +40,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible