[Bug libc/20074] New: stdlib.h rand_r namespace

jsm28 at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Tue May 10 22:05:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=20074

            Bug ID: 20074
           Summary: stdlib.h rand_r namespace
           Product: glibc
           Version: 2.23
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

stdlib.h declares rand_r if __USE_POSIX; i.e., POSIX.1:1990.  But rand_r was
added along with threads, so the condition should be __USE_POSIX199506.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list