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

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

Issue 73083005: [NaCl SDK] Enable linux host build for nacl_io and nacl_io_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/ossignal.h
diff --git a/native_client_sdk/src/libraries/nacl_io/ossignal.h b/native_client_sdk/src/libraries/nacl_io/ossignal.h
index 3ce00718e4893b2133a6d12d353bedd3beca1204..5fc10e10106bbfd0c7441803b54b6470e9afda7e 100644
--- a/native_client_sdk/src/libraries/nacl_io/ossignal.h
+++ b/native_client_sdk/src/libraries/nacl_io/ossignal.h
@@ -5,7 +5,7 @@
#ifndef LIBRARIES_NACL_IO_OSSIGNAL_H_
#define LIBRARIES_NACL_IO_OSSIGNAL_H_
-#ifdef __native_client__
+#ifndef WIN23
binji 2013/11/15 17:26:23 use #if !defined(WIN32), like the other files
Sam Clegg 2013/11/15 18:13:34 Done.
#include <signal.h>
#ifdef __GLIBC__
typedef __sighandler_t sighandler_t;

Powered by Google App Engine
This is Rietveld 408576698