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:
54c3420
)
Correct #undef.
author
drepper
<drepper>
Tue, 28 Nov 2000 18:13:50 +0000
(18:13 +0000)
committer
drepper
<drepper>
Tue, 28 Nov 2000 18:13:50 +0000
(18:13 +0000)
sysdeps/generic/bsd-_setjmp.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/bsd-_setjmp.c
b/sysdeps/generic/bsd-_setjmp.c
index
eba8990
..
0e3f9a5
100644
(file)
--- a/
sysdeps/generic/bsd-_setjmp.c
+++ b/
sysdeps/generic/bsd-_setjmp.c
@@
-1,5
+1,5
@@
-/* BSD `setjmp' entry point to `sigsetjmp (..., 0)'. Stub version.
- Copyright (C) 1994, 1997, 1999 Free Software Foundation, Inc.
+/* BSD `
_
setjmp' entry point to `sigsetjmp (..., 0)'. Stub version.
+ Copyright (C) 1994, 1997, 1999
, 2000
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-20,7
+20,7
@@
#include <sysdep.h>
#include <setjmp.h>
#include <sysdep.h>
#include <setjmp.h>
-#undef setjmp
+#undef
_
setjmp
/* This implementation in C will not usually work, because the call
really needs to be a tail-call so __sigsetjmp saves the state of
/* This implementation in C will not usually work, because the call
really needs to be a tail-call so __sigsetjmp saves the state of