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:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user