Index: native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c |
diff --git a/native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c b/native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c |
index ed252d4a9c83e3388aec8ac80981ef18ccbaebf7..744922298c7c2c720ea900c1cdf1e8d921ad4d44 100644 |
--- a/native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c |
+++ b/native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c |
@@ -2,7 +2,9 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. */ |
+#ifndef _GNU_SOURCE |
#define _GNU_SOURCE |
+#endif |
#include <stdio.h> |
#include <sys/types.h> |
#include <unistd.h> |