On 6 July 2016 at 18:44, Rich Felker <dalias@libc.org> wrote:
What happens when you #include <stddef.h> after making this change? Do
you get the compiler-provided one or musl's? You should be able to
tell by running musl-clang -E foo.c

Wondering where this patch is up to?
Per my (terse) previous response, stddef seems to be picked up from musl, which I think is the correct behaviour.