projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove `const' from function prototype.
[kopensolaris-gnu/glibc.git]
/
setjmp
/
longjmp.c
diff --git
a/setjmp/longjmp.c
b/setjmp/longjmp.c
index
3998f5b
..
d4e4ef7
100644
(file)
--- a/
setjmp/longjmp.c
+++ b/
setjmp/longjmp.c
@@
-25,7
+25,7
@@
Cambridge, MA 02139, USA. */
to the position specified in ENV, causing the setjmp
call there to return VAL, or 1 if VAL is 0. */
void
-longjmp (
const
sigjmp_buf env, int val)
+longjmp (sigjmp_buf env, int val)
{
if (env[0].__mask_was_saved)
/* Restore the saved signal mask. */