Index: newlib/libc/include/sys/types.h |
diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h |
index e66013ef75e812d4e51f2f46bdf35357dc808a76..ecd59ae9d9c626b2ba07e459367ddb2ae440773c 100644 |
--- a/newlib/libc/include/sys/types.h |
+++ b/newlib/libc/include/sys/types.h |
@@ -24,11 +24,11 @@ |
#include <machine/_types.h> |
-#if defined(__rtems__) || defined(__XMK__) |
+#if defined(__rtems__) || defined(__XMK__) || defined(__native_client__) |
/* |
- * The following section is RTEMS specific and is needed to more |
- * closely match the types defined in the BSD sys/types.h. |
- * This is needed to let the RTEMS/BSD TCP/IP stack compile. |
+ * The following section is needed to more closely match the types defined in |
+ * the BSD sys/types.h. |
+ * This is needed to let the BSD TCP/IP stack compile. |
*/ |
/* deprecated */ |