summaryrefslogtreecommitdiffstats
path: root/include/binder
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2014-11-13 23:35:25 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-13 23:35:25 +0000
commit007335e68843a1128b704760a1decf89a124f468 (patch)
tree3e31f19338209d857a6e031f2748e7023daa8e0d /include/binder
parentd09cf8f10f78ef3db2ab4824dc8374360dc7a860 (diff)
parentbc49cd07664d8a590bc6ed44884ba9405f6b706e (diff)
downloadframeworks_native-007335e68843a1128b704760a1decf89a124f468.zip
frameworks_native-007335e68843a1128b704760a1decf89a124f468.tar.gz
frameworks_native-007335e68843a1128b704760a1decf89a124f468.tar.bz2
am bc49cd07: Merge "kill HAVE_FORKEXEC"
* commit 'bc49cd07664d8a590bc6ed44884ba9405f6b706e': 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