aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_bio.c')
-rw-r--r--src/util/test_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_bio.c b/src/util/test_bio.c
index 8ff93c168..13ae1cf56 100644
--- a/src/util/test_bio.c
+++ b/src/util/test_bio.c
@@ -200,7 +200,7 @@ test_bigmeta_rw ()
200static int 200static int
201test_directory_r () 201test_directory_r ()
202{ 202{
203#if LINUX 203#if __linux__
204 char *msg; 204 char *msg;
205 char readResult[200]; 205 char readResult[200];
206 struct GNUNET_BIO_ReadHandle *fileR; 206 struct GNUNET_BIO_ReadHandle *fileR;
@@ -244,7 +244,7 @@ test_nullfile_rw ()
244static int 244static int
245test_fullfile_rw () 245test_fullfile_rw ()
246{ 246{
247#ifdef LINUX 247#ifdef __linux__
248 /* /dev/full only seems to exist on Linux */ 248 /* /dev/full only seems to exist on Linux */
249 char *msg; 249 char *msg;
250 int64_t testNum; 250 int64_t testNum;