]> sourceware.org Git - newlib-cygwin.git/commit
Remove unused __gnu_inline() attribute.
authorpfg <pfg@FreeBSD.org>
Tue, 4 Apr 2017 07:04:56 +0000 (09:04 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 4 Apr 2017 09:44:03 +0000 (11:44 +0200)
commite1563a05b714f42502496466f12df7b461f40dd1
tree2b869bb6e89f18caef7a140e43054ab7787c4ba4
parent81c121c48739df247ade660659cd6672a9a2c7dd
Remove unused __gnu_inline() attribute.

This was meant to be used by a future FORTIFY_SOURCE implementation.
Probably for good, FORTIFY_SOURCE and this particular GCCism were never
well supported by clang or other compilers. Furthermore, the technology
has long since been replaced by either static checkers, sanitizers, or
even just the strong stack protector that was enabled by default.

Drop __gnu_inline to avoid cluttering the headers.

MFC after: 5 days
newlib/libc/include/sys/cdefs.h
This page took 0.032092 seconds and 5 git commands to generate.