This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug string/20558] POSIX bcopy/bzero decls do not implement Object Size Checking


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

--- Comment #4 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
No standard includes those functions in string.h, only in strings.h.  
Thus __USE_MISC is correct in string.h; they can't be declared in string.h 
in strict conformance modes for any standard, whereas XSI POSIX before 
2008 includes these functions in strings.h (and non-XSI doesn't include 
strings.h at all before 2008) so !defined __USE_XOPEN2K8 is appropriate 
there.

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

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