Date: Thu, 06 Aug 2015 17:35:19 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-sparc64@FreeBSD.org Subject: [Bug 195934] clang350-import branch not working on sparc64 Message-ID: <bug-195934-14-rDCGhGPTXP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195934-14@https.bugs.freebsd.org/bugzilla/> References: <bug-195934-14@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195934 --- Comment #18 from Dimitry Andric <dim@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195934-14-rDCGhGPTXP>