Your message dated Wed, 27 Jan 2021 11:56:18 +0100
with message-id <[email protected]>
and subject line Re: Bug#976312: modf.3: wrong Feature Test Macro Requirements
has caused the Debian Bug report #976312,
regarding modf.3: wrong Feature Test Macro Requirements
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
976312: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976312
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: manpages-dev
Version: 4.16-2
Severity: normal

Hello Tobias,

man modf says:

   Feature Test Macro Requirements for glibc (see feature_test_macros(7)):

       modf(), modfl():
           _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
               || /* Since glibc 2.19: */ _DEFAULT_SOURCE
               || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE

However as I understand, it should be
       modff(), modfl():

instead. (modf is c89, but not modff)

Cheers,
-- 
Bill. <[email protected]>

Imagine a large red swirl here. 

--- End Message ---
--- Begin Message ---
Version: 5.10-1

* Bill Allombert <[email protected]>, 2020-12-03, 10:16:
man modf says:

  Feature Test Macro Requirements for glibc (see feature_test_macros(7)):

      modf(), modfl():
          _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
              || /* Since glibc 2.19: */ _DEFAULT_SOURCE
              || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE

However as I understand, it should be
      modff(), modfl():

This was fixed upstream in 5.10.

--
Jakub Wilk

--- End Message ---

Reply via email to