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:
db86ec0
)
entered into RCS
author
roland
<roland>
Mon, 18 Jul 1994 20:39:38 +0000
(20:39 +0000)
committer
roland
<roland>
Mon, 18 Jul 1994 20:39:38 +0000
(20:39 +0000)
setjmp/setjmp.h
patch
|
blob
|
history
diff --git
a/setjmp/setjmp.h
b/setjmp/setjmp.h
index
f3524f3
..
5ab1a8e
100644
(file)
--- a/
setjmp/setjmp.h
+++ b/
setjmp/setjmp.h
@@
-27,16
+27,6
@@
Cambridge, MA 02139, USA. */
__BEGIN_DECLS
-#ifndef __NORETURN
-#ifdef __GNUC__
-/* The `volatile' keyword tells GCC that a function never returns. */
-#define __NORETURN __volatile
-#else /* Not GCC. */
-#define __NORETURN
-#endif /* GCC. */
-#endif /* __NORETURN not defined. */
-
-
/* Get the machine-dependent definition of `__jmp_buf'. */
#include <jmp_buf.h>