[Bug libc/20073] New: sys/stat.h fchmod namespace
jsm28 at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Tue May 10 17:47:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=20073
Bug ID: 20073
Summary: sys/stat.h fchmod 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: ---
sys/stat.h declares fchmod if __USE_POSIX (i.e. POSIX.1:1990). But it was
actually added in 1993 and also in XPG4 so this should be __USE_POSIX199309 ||
__USE_XOPEN_EXTENDED.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list