[Bug 195934] clang350-import branch not working on sparc64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 6 17:35:19 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195934

--- Comment #18 from Dimitry Andric <dim at FreeBSD.org> ---
(In reply to craig001 from comment #16)
> also binning out with pages of errors with gcc48
> /usr/src/lib/libc/../../include/signal.h: In function 'sigwait':
> /usr/src/lib/libc/../../include/signal.h:84:60: error: expected declaration
> specifiers before '__nonnull_all'
>  int sigwait(const sigset_t * __restrict, int * __restrict) __nonnull_all;

I'm not sure what is going wrong here, but it looks like its using an incorrect
version of sys/cdefs.h, which is where the __nonnull_all macro is defined.  Is
your source tree completely up to date?

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


More information about the freebsd-sparc64 mailing list