(abort): Correct volatile function declaration.

From-SVN: r5265
This commit is contained in:
Jim Wilson 1993-09-05 22:03:16 -07:00
parent a2bbfba6c4
commit fca13b64f6
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ typedef char * const_pointer_type;
causes conflicts with system headers on some systems. */
#ifndef abort
extern VOLATILE void abort ();
typedef void voidfn ();
extern VOLATILE voidfn abort;
#endif
extern int kill ();
extern int creat ();