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

Unified Diff: native_client_sdk/src/libraries/third_party/newlib-extras/sys/select.h

Issue 539163004: [NaCl SDK]: use standard __BEGIN_DECLS macros in sys/select.h (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 | 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/third_party/newlib-extras/sys/select.h
diff --git a/native_client_sdk/src/libraries/third_party/newlib-extras/sys/select.h b/native_client_sdk/src/libraries/third_party/newlib-extras/sys/select.h
index f0595fdad0360fb1ab30af7e2bcaf0ba377c7605..9aa755db4acd2964244f22e66153880f7d9d99a4 100644
--- a/native_client_sdk/src/libraries/third_party/newlib-extras/sys/select.h
+++ b/native_client_sdk/src/libraries/third_party/newlib-extras/sys/select.h
@@ -6,15 +6,13 @@
#include <sys/types.h>
#include <time.h>
-#include "sdk_util/macros.h"
-
-EXTERN_C_BEGIN
+__BEGIN_DECLS
int select (int __nfds, fd_set *__restrict __readfds,
fd_set *__restrict __writefds,
fd_set *__restrict __exceptfds,
struct timeval *__restrict __timeout) __THROW;
-EXTERN_C_END
+__END_DECLS
#endif /* sys/select.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