Author: andrew
Date: Fri Jun  7 21:13:28 2013
New Revision: 251509
URL: http://svnweb.freebsd.org/changeset/base/251509

Log:
  Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This
  allows us to remove it from the ARM copy of machine/asm.h.

Modified:
  head/lib/libc/arm/gen/sigsetjmp.S

Modified: head/lib/libc/arm/gen/sigsetjmp.S
==============================================================================
--- head/lib/libc/arm/gen/sigsetjmp.S   Fri Jun  7 21:06:19 2013        
(r251508)
+++ head/lib/libc/arm/gen/sigsetjmp.S   Fri Jun  7 21:13:28 2013        
(r251509)
@@ -1,4 +1,4 @@
-/*     $NetBSD: sigsetjmp.S,v 1.3 2002/08/17 19:54:30 thorpej Exp $    */
+/*     $NetBSD: sigsetjmp.S,v 1.6 2013/04/19 16:50:22 matt Exp $       */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe
@@ -35,6 +35,8 @@
 #include <machine/asm.h>
 __FBSDID("$FreeBSD$");
 
+#include <machine/setjmp.h>
+
 /*
  * C library -- sigsetjmp, siglongjmp
  *
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to