* include/x86_64-signal.h: Fix typo.

From-SVN: r77491
This commit is contained in:
Andreas Jaeger 2004-02-08 18:35:52 +01:00 committed by Andreas Jaeger
parent 9d4d854dc3
commit fb1b37c797
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-08 Andreas Jaeger <aj@suse.de>
* include/x86_64-signal.h: Fix typo.
2004-02-08 Diego Novillo <dnovillo@redhat.com>
* include/i386-signal.h (MAKE_THROW_FRAME): Add volatile

View File

@ -84,7 +84,7 @@ while (0)
#else /* __x86_64__ */
/* This is for the 32-bit subsystem on on x86-64. */
/* This is for the 32-bit subsystem on x86-64. */
#define sigcontext_struct sigcontext
#include <java-signal-aux.h>