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:
Johan Danielsson
1998-03-04 17:46:45 +00:00
parent 181bee2231
commit 3153e847e9

View File

@@ -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__ */