diff options
Diffstat (limited to 'auto_tests/friends_test.c')
-rwxr-xr-x | auto_tests/friends_test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto_tests/friends_test.c b/auto_tests/friends_test.c index 6c7569be..0ba42b61 100755 --- a/auto_tests/friends_test.c +++ b/auto_tests/friends_test.c | |||
@@ -29,6 +29,10 @@ | |||
29 | #define WAIT_COUNT 30 | 29 | #define WAIT_COUNT 30 |
30 | #define WAIT_TIME 500 | 30 | #define WAIT_TIME 500 |
31 | 31 | ||
32 | #ifndef MAP_ANONYMOUS | ||
33 | #define MAP_ANONYMOUS MAP_ANON | ||
34 | #endif | ||
35 | |||
32 | /* first step, second step */ | 36 | /* first step, second step */ |
33 | #define FIRST_FLAG 0x1 | 37 | #define FIRST_FLAG 0x1 |
34 | #define SECOND_FLAG 0x2 | 38 | #define SECOND_FLAG 0x2 |