(C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the
correct definitions from sys/wait.h.
This commit is contained in:
parent
eab9d4233d
commit
930c87d795
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
#ifndef __GNUC__
|
||||
/* Make room for enough symbols, so dispnew.c does not fail. */
|
||||
#define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
|
||||
#else
|
||||
#define C_SWITCH_SYSTEM -D_BSD
|
||||
#endif
|
||||
|
||||
#if 0 /* These definitions run into a bug in hpux
|
||||
|
|
Loading…
Add table
Reference in a new issue