Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Unified Diff: newlib/libc/include/sys/types.h

Issue 79003002: Include more of sys/types.h and sys/signal.h under NaCl (Closed) Base URL: http://git.chromium.org/native_client/nacl-newlib.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « newlib/libc/include/sys/signal.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « newlib/libc/include/sys/signal.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698