Out strerror_t returns int, not char. Fixes ticket #3553. Thanks, Adrian!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29499 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-03-13 21:16:08 +00:00
parent 4f7f915759
commit f7ab252f21
+1 -1
View File
@@ -1257,7 +1257,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 be the nanoseconds member of struct stat's st_mtim, if it exists.
*/