Fix RO build.

This commit is contained in:
Michael Drake 2012-08-13 15:41:26 +01:00
parent b6c149f3d6
commit 8e8c75cfe3
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ char *realpath(const char *path, char *resolved_path);
/* windows */
#if (defined(_WIN32))
#define SSIZET_FMT "Iu"
#elif (defined(riscos))
#define SSIZET_FMT "zd"
#else
#define SSIZET_FMT "zd"
#define O_BINARY 0