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

Unified Diff: native_client_sdk/src/libraries/nacl_io/osstat.h

Issue 19271009: [NaCl SDK} Add EventListener and EventEmitter to support epoll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge Created 7 years, 5 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
Index: native_client_sdk/src/libraries/nacl_io/osstat.h
diff --git a/native_client_sdk/src/libraries/nacl_io/osstat.h b/native_client_sdk/src/libraries/nacl_io/osstat.h
index 5e3e1bed35bc2df815bf00116134fede8577071b..ad1cc701accf11d195efd579013d5704f8236769 100644
--- a/native_client_sdk/src/libraries/nacl_io/osstat.h
+++ b/native_client_sdk/src/libraries/nacl_io/osstat.h
@@ -13,6 +13,7 @@
#define S_IFIFO _S_IFIFO
#define S_IFREG _S_IFREG
#define S_IFMT _S_IFMT
+#define S_IFSOCK _S_IFIFO
#define S_IREAD _S_IREAD
#define S_IWRITE _S_IWRITE
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/library.dsc ('k') | native_client_sdk/src/libraries/nacl_io/ostime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698