Commit bb1106c9 by Richard Stallman

[__NeXT__]: Don't declare setjmp or longjmp.

From-SVN: r5894
parent 05f3fda3
......@@ -163,12 +163,16 @@ extern int link ();
extern int unlink ();
extern int access ();
extern int execvp ();
/* In 2.6, try deleting these decls entirely since setjmp.h should
take care of them. */
#ifndef __NeXT__
#ifndef setjmp
extern int setjmp ();
#endif
#ifndef longjmp
extern void longjmp ();
#endif
#endif
#if 0 /* size_t from sys/types.h may fail to match GCC.
If so, we would get a warning from this. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment