Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / libraries / third_party / newlib-extras / sys / select.h
index f0595fd..9aa755d 100644 (file)
@@ -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 */