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

Unified Diff: native_client_sdk/src/libraries/nacl_io/include/sys/time.h

Issue 577763002: [NaCl SDK] Fix sys/time.h and utime.h headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | native_client_sdk/src/libraries/nacl_io/include/utime.h » ('j') | 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/sys/time.h
diff --git a/native_client_sdk/src/libraries/nacl_io/include/sys/time.h b/native_client_sdk/src/libraries/nacl_io/include/sys/time.h
index d221d2b05fcefd54baff6741fc99af3d0562d39e..8c56c5896b49c92083c458d72dcd3bed95e7db13 100644
--- a/native_client_sdk/src/libraries/nacl_io/include/sys/time.h
+++ b/native_client_sdk/src/libraries/nacl_io/include/sys/time.h
@@ -2,12 +2,13 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+#include_next <sys/time.h>
+
#ifndef LIBRARIES_NACL_IO_INCLUDE_SYS_TIME_H
#define LIBRARIES_NACL_IO_INCLUDE_SYS_TIME_H
#include <sys/cdefs.h>
#include <stdint.h>
-#include_next <sys/time.h>
__BEGIN_DECLS
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/nacl_io/include/utime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698