Define EXIT_SUCCESS and EXIT_FAILURE if not already defined.
This commit is contained in:
parent
5e81259d23
commit
f3ec63c251
1 changed files with 5 additions and 0 deletions
|
@ -27,4 +27,9 @@
|
|||
/* We need this to make sure that sys_nerr has the right Psect hack. */
|
||||
#include <perror.h>
|
||||
|
||||
#ifndef EXIT_SUCCESS
|
||||
#define EXIT_SUCCESS 1
|
||||
#define EXIT_FAILURE 0
|
||||
#endif
|
||||
|
||||
/* end of ho-vms.h */
|
||||
|
|
Loading…
Reference in a new issue