More posix tests.

This commit is contained in:
Victor Zverovich
2014-05-18 10:05:29 -07:00
parent e654f56210
commit f21fa23186
3 changed files with 58 additions and 10 deletions

View File

@@ -56,6 +56,8 @@ int fileno(FILE *stream);
ssize_t read(int fildes, void *buf, size_t nbyte);
ssize_t write(int fildes, const void *buf, size_t nbyte);
int pipe(int fildes[2]);
} // namespace test
#define FMT_POSIX_CALL(call) test::call