projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ef77c9
)
(_hurd_setup_sighandler): Declare SIGSP volatile.
author
roland
<roland>
Fri, 22 Jul 1994 16:19:47 +0000
(16:19 +0000)
committer
roland
<roland>
Fri, 22 Jul 1994 16:19:47 +0000
(16:19 +0000)
sysdeps/mach/hurd/i386/trampoline.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/i386/trampoline.c
b/sysdeps/mach/hurd/i386/trampoline.c
index
03765cd
..
dd900e1
100644
(file)
--- a/
sysdeps/mach/hurd/i386/trampoline.c
+++ b/
sysdeps/mach/hurd/i386/trampoline.c
@@
-39,7
+39,7
@@
_hurd_setup_sighandler (int flags,
{
extern jmp_buf _hurd_sigthread_fault_env;
struct i386_thread_state *ts;
- void *sigsp;
+ void *
volatile
sigsp;
struct sigcontext *scp;
struct
{