mirror of
https://github.com/json-c/json-c.git
synced 2026-03-31 10:59:06 +08:00
Improved support for IBM operating systems
Fix compiler errors and warnings when building on IBM operating systems such as AIX and IBM i.
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
|
||||
static void test_read_valid_with_fd(const char *testdir);
|
||||
static void test_read_valid_nested_with_fd(const char *testdir);
|
||||
static void test_read_nonexistant();
|
||||
static void test_read_nonexistant(void);
|
||||
static void test_read_closed(void);
|
||||
|
||||
static void test_write_to_file();
|
||||
static void test_write_to_file(void);
|
||||
static void stat_and_cat(const char *file);
|
||||
static void test_read_fd_equal(const char *testdir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user