This is the mail archive of the libc-alpha@sourceware.cygnus.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: Problems with <tgmath.h>


>>>>> Ulrich Drepper writes:

Uli> Daniel Jacobowitz <drow@false.org> writes:
>> Could there perhaps be a comment in <tgmath.h> indicating this?

Uli> No.  The manual clearly states where the functions in the header come
Uli> from.  If you use such a function you have to define the feature macro.

We've got one exception: <sys/ipc.h> contains the following:

#if !defined __USE_SVID && !defined __USE_XOPEN && __GNUC__ >= 2
# warning "Files using this header must be compiled with _SVID_SOURCE or _XOPEN_SOURCE"
#endif

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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