[PATCH] add attribute nonstring

Joseph Myers joseph@codesourcery.com
Tue Nov 14 17:58:00 GMT 2017


On further investigation of the coding style issue: the normal practice in 
glibc is definitely that attributes (except on function definitions) go 
immediately before the ';' at the end of a declaration (there are e.g. 
various __attribute__ ((__aligned__ (something))) attributes like that on 
struct members).  Also, the normal naming practice in sys/cdefs.h would be 
__attribute_nonstring__ unless there is some reason to deviate from that.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list