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:
e1f7dbc
)
(__novmx__longjmp): Fix type of first argument in the prototype.
author
drepper
<drepper>
Thu, 11 Mar 2004 21:58:20 +0000
(21:58 +0000)
committer
drepper
<drepper>
Thu, 11 Mar 2004 21:58:20 +0000
(21:58 +0000)
sysdeps/powerpc/novmxsetjmp.h
patch
|
blob
|
history
diff --git
a/sysdeps/powerpc/novmxsetjmp.h
b/sysdeps/powerpc/novmxsetjmp.h
index
da2a338
..
1c46a77
100644
(file)
--- a/
sysdeps/powerpc/novmxsetjmp.h
+++ b/
sysdeps/powerpc/novmxsetjmp.h
@@
-108,7
+108,7
@@
extern void __novmxsiglongjmp (__novmx__sigjmp_buf __env, int __val)
__attribute__ ((__noreturn__));
/* Internal machine-dependent function to restore context sans signal mask. */
-extern void __novmx__longjmp (__
novmx__
jmp_buf __env, int __val)
+extern void __novmx__longjmp (__jmp_buf __env, int __val)
__attribute__ ((__noreturn__));
/* Internal function to possibly save the current mask of blocked signals