svn commit: r309553 - head/sys/arm/include
Ed Maste
emaste at freebsd.org
Tue Dec 6 03:18:35 UTC 2016
On 5 December 2016 at 10:55, Michal Meloun <mmel at freebsd.org> wrote:
> Author: mmel
> Date: Mon Dec 5 15:55:51 2016
> New Revision: 309553
> URL: https://svnweb.freebsd.org/changeset/base/309553
>
> Log:
> Fix build breakage caused by r309531.
>
> Reported by: andrew
> MFC after: 2 weeks
> X-MFC with: r309531
It appears this breaks armv6 buildworld:
In file included from /tank/emaste/src/freebsd-staging/lib/libkvm/kvm.c:48:
In file included from
/tank/emaste/obj/arm.armv6/tank/emaste/src/freebsd-staging/tmp/usr/include/sys/user.h:52:
In file included from
/tank/emaste/obj/arm.armv6/tank/emaste/src/freebsd-staging/tmp/usr/include/vm/pmap.h:90:
In file included from
/tank/emaste/obj/arm.armv6/tank/emaste/src/freebsd-staging/tmp/usr/include/machine/pmap.h:33:
/tank/emaste/obj/arm.armv6/tank/emaste/src/freebsd-staging/tmp/usr/include/sys/systm.h:178:5:
error:
declaration of built-in function 'setjmp' requires inclusion of the header
<setjmp.h> [-Werror,-Wbuiltin-requires-header]
int setjmp(struct _jmp_buf *) __returns_twice;
^
...
More information about the svn-src-all
mailing list