Fix for IRIX 4 compiler bug

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@690 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-28 13:03:44 +00:00
parent b0f6df58d7
commit 52fe4e55fb
2 changed files with 4 additions and 0 deletions

View File

@@ -34,10 +34,12 @@ char * strdup(const char *old);
int getdtablesize(void);
#endif
#if IRIX != 4 /* fix for compiler bug */
#ifdef RETSIGTYPE
typedef RETSIGTYPE (*SigAction)(/* int??? */);
SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
#endif
#endif
#if !defined(HAVE_STRERROR) && !defined(strerror)
char *strerror(int eno);

View File

@@ -34,10 +34,12 @@ char * strdup(const char *old);
int getdtablesize(void);
#endif
#if IRIX != 4 /* fix for compiler bug */
#ifdef RETSIGTYPE
typedef RETSIGTYPE (*SigAction)(/* int??? */);
SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
#endif
#endif
#if !defined(HAVE_STRERROR) && !defined(strerror)
char *strerror(int eno);