[Glibc-bsd-commits] r1995 - in trunk/glibc-ports/kfreebsd: i386/bits x86_64/bits

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Thu Aug 16 19:45:48 UTC 2007


Author: aurel32
Date: 2007-08-16 19:45:48 +0000 (Thu, 16 Aug 2007)
New Revision: 1995

Modified:
   trunk/glibc-ports/kfreebsd/i386/bits/sigcontext.h
   trunk/glibc-ports/kfreebsd/x86_64/bits/sigcontext.h
Log:
Fix previous commit



Modified: trunk/glibc-ports/kfreebsd/i386/bits/sigcontext.h
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/bits/sigcontext.h	2007-08-16 19:18:29 UTC (rev 1994)
+++ trunk/glibc-ports/kfreebsd/i386/bits/sigcontext.h	2007-08-16 19:45:48 UTC (rev 1995)
@@ -125,6 +125,7 @@
 #define sc_ps		sc_efl
 #define sc_eflags	sc_efl
 
+#if 1 /* FIXME: These need verification.  */
 
 /* Codes for SIGILL.  */
 #define ILL_PRIVIN_FAULT	1

Modified: trunk/glibc-ports/kfreebsd/x86_64/bits/sigcontext.h
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/bits/sigcontext.h	2007-08-16 19:18:29 UTC (rev 1994)
+++ trunk/glibc-ports/kfreebsd/x86_64/bits/sigcontext.h	2007-08-16 19:45:48 UTC (rev 1995)
@@ -81,6 +81,7 @@
 #define sc_ps		sc_efl
 #define sc_eflags	sc_efl
 
+#if 1 /* FIXME: These need verification.  */
 
 /* Codes for SIGILL.  */
 #define ILL_PRIVIN_FAULT	1




More information about the Glibc-bsd-commits mailing list