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
(from parent 1:
0992ad5
)
Remove `const' from function prototype.
author
roland
<roland>
Fri, 10 Feb 1995 00:10:06 +0000
(
00:10
+0000)
committer
roland
<roland>
Fri, 10 Feb 1995 00:10:06 +0000
(
00:10
+0000)
setjmp/longjmp.c
patch
|
blob
|
history
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. */