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

Unified Diff: native_client_sdk/src/libraries/nacl_io/include/stdlib.h

Issue 293403010: [NaCl SDK] Fix include_next of stdlib.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/nacl_io/include/stdlib.h
diff --git a/native_client_sdk/src/libraries/nacl_io/include/stdlib.h b/native_client_sdk/src/libraries/nacl_io/include/stdlib.h
index 5ffae74d72ebc0668c2fbbc73a207e36b829b729..5bea35fcab547318ef14e5b8eaf30701f3e4a8b7 100644
--- a/native_client_sdk/src/libraries/nacl_io/include/stdlib.h
+++ b/native_client_sdk/src/libraries/nacl_io/include/stdlib.h
@@ -6,7 +6,6 @@
#define LIBRARIES_NACL_IO_INCLUDE_STDLIB_H_
#include <sys/cdefs.h>
-#include_next <stdlib.h>
__BEGIN_DECLS
@@ -15,3 +14,5 @@ char* realpath(const char* path, char* resolved_path);
__END_DECLS
#endif
+
+#include_next <stdlib.h>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698