(emp_sig_t): Pre-ISO C compatibility cruft. Just use void.
This commit is contained in:
parent
b218799e15
commit
4fa84b5cb1
7 changed files with 10 additions and 19 deletions
|
@ -91,12 +91,6 @@ typedef u_char natid; /* also change NSC_NATID in nsc.h */
|
|||
#define POSIXSIGNALS
|
||||
#endif
|
||||
|
||||
#if defined(POSIXSIGNALS) || defined(__STDC__)
|
||||
typedef void emp_sig_t;
|
||||
#else
|
||||
typedef int emp_sig_t;
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined(aix) && !defined(sgi)
|
||||
#ifndef ultrix /* already defined in ultrix */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue