am 007335e6: am bc49cd07: Merge "kill HAVE_FORKEXEC"

* commit '007335e68843a1128b704760a1decf89a124f468':
  kill HAVE_FORKEXEC
This commit is contained in:
Yabin Cui 2014-11-14 19:15:44 +00:00 committed by Android Git Automerger
commit 45b48fe808
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <binder/ProcessState.h>
#include <utils/Vector.h>
#ifdef HAVE_WIN32_PROC
#if defined(_WIN32)
typedef int uid_t;
#endif