the bitrig master branch has been updated by marco with 1 new commit:

commit 418985278d84fa1425dd25d149b424bba1e1cdbc
diff: https://github.com/bitrig/bitrig/commit/4189852
author: Marco Peereboom <[email protected]>
date: Wed Mar 16 11:13:49 2016 -0500

Bring back a variation of the prior diff that handles gcc and clang.

clang and gcc disagree on how to handle __inline_only when compiling
stuff with -ansi.  clang requires static or else the code ends up in the
wrong segment. gcc bombs on static __only_inline for good measure.

This was tested with code that has two .o files that include signal.h.
It tested clang, gcc and mixed clang+gcc mode of compiling those files
with and without -ansi.  That should have covered all test cases.

M       include/signal.h

Reply via email to