Signal decl from roken.h.in.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4541 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -125,4 +125,11 @@
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
|
||||
#if IRIX != 4 /* fix for compiler bug */
|
||||
#ifdef RETSIGTYPE
|
||||
typedef RETSIGTYPE (*SigAction)(/* int??? */);
|
||||
SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* __ROKEN_COMMON_H__ */
|
||||
|
Reference in New Issue
Block a user