This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: BSD signal blocking


Bruno Haible <haible@ilog.fr> writes:

> Programs that make use of BSD signal blocking functions, like the following
> one, cannot be compiled with CC="gcc -ansi" on Linux, because the libc is
> missing the sigmask() function. Therefore sigmask() should be added to the
> libc.

I don't want to add this.  This is a "then don't do it" case.  Don't
use the -ansi flag if you are not writing code which is ISO/ANSI C.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]