mirror of
https://github.com/curl/curl.git
synced 2026-06-01 23:04:15 +03:00
Yang Tse's fix to only provide the proto if there is such a function and
we didn't find any proto
This commit is contained in:
parent
feacad7f68
commit
9c312637d1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
#define _MPRINTF_REPLACE /* use our functions only */
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
#ifdef HAVE_NO_STRERROR_R_DECL
|
||||
#if defined(HAVE_STRERROR_R) && defined(HAVE_NO_STRERROR_R_DECL)
|
||||
#ifdef HAVE_POSIX_STRERROR_R
|
||||
/* seen on AIX 5100-02 gcc 2.9 */
|
||||
extern int strerror_r(int errnum, char *strerrbuf, size_t buflen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue