Unlike BeOS' strerror_r() (not in headers) ours is standard-conforming

and returns int. Fixes the only (unexpectedly) failing autoconf test.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24480 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-03-19 22:12:30 +00:00
parent 47ed33e09b
commit 76c69c6fe6

View File

@ -441,7 +441,7 @@
#define STDC_HEADERS 1
/* Define to 1 if strerror_r returns char *. */
#define STRERROR_R_CHAR_P 1
/* #undef STRERROR_R_CHAR_P */
/* Define to 1 if using stack overflow detection */
// #define USE_STACKOVF 1