diff options
| author | 2014-11-11 09:26:00 -0800 | |
|---|---|---|
| committer | 2014-11-12 17:10:40 -0800 | |
| commit | 0dd549aae06150421e95f2887773de09e801199e (patch) | |
| tree | dbed73873f22bd31eec78f0f56b8b977e12a4fcc /include/binder/IPCThreadState.h | |
| parent | fecc0bf4f1d8d1939807123d0f01ca1fe377bda4 (diff) | |
kill HAVE_FORKEXEC
Bug: 18317407
Change-Id: I0c7b5886e5de12bdd95cfcc046bc87e4a6aeef5b
Diffstat (limited to 'include/binder/IPCThreadState.h')
| -rw-r--r-- | include/binder/IPCThreadState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/binder/IPCThreadState.h b/include/binder/IPCThreadState.h index 6e0c01beac..b29c2668a9 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 |