Check if ugly X11R6 defined `strerror'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@684 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-25 02:58:55 +00:00
parent 4f23a17ab7
commit c9c29037cd
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ typedef RETSIGTYPE (*SigAction)(/* int??? */);
SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
#endif
#ifndef HAVE_STRERROR
#if !defined(HAVE_STRERROR) && !defined(strerror)
char *strerror(int eno);
#endif

View File

@@ -39,7 +39,7 @@ typedef RETSIGTYPE (*SigAction)(/* int??? */);
SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
#endif
#ifndef HAVE_STRERROR
#if !defined(HAVE_STRERROR) && !defined(strerror)
char *strerror(int eno);
#endif