am bc49cd07: Merge "kill HAVE_FORKEXEC"

* commit 'bc49cd07664d8a590bc6ed44884ba9405f6b706e':
  kill HAVE_FORKEXEC
This commit is contained in:
Yabin Cui 2014-11-13 23:35:25 +00:00 committed by Android Git Automerger
commit 007335e688
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