summaryrefslogtreecommitdiffstats
path: root/include/binder
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2014-11-13 23:22:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-13 23:22:27 +0000
commitbc49cd07664d8a590bc6ed44884ba9405f6b706e (patch)
treefb9d8114328a5a1c223c63c340a3520ef65cd2f4 /include/binder
parent9c17fb191253e9bdc9fc73ba9ff2d590892e5061 (diff)
parent0dd549aae06150421e95f2887773de09e801199e (diff)
downloadframeworks_native-bc49cd07664d8a590bc6ed44884ba9405f6b706e.zip
frameworks_native-bc49cd07664d8a590bc6ed44884ba9405f6b706e.tar.gz
frameworks_native-bc49cd07664d8a590bc6ed44884ba9405f6b706e.tar.bz2
Merge "kill HAVE_FORKEXEC"
Diffstat (limited to 'include/binder')
-rw-r--r--include/binder/IPCThreadState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/binder/IPCThreadState.h b/include/binder/IPCThreadState.h
index 6e0c01b..b29c266 100644
--- a/include/binder/IPCThreadState.h
+++ b/include/binder/IPCThreadState.h
@@ -22,7 +22,7 @@
#include <binder/ProcessState.h>
#include <utils/Vector.h>
-#ifdef HAVE_WIN32_PROC
+#if defined(_WIN32)
typedef int uid_t;
#endif