Merge "kill HAVE_FORKEXEC"

This commit is contained in:
Yabin Cui 2014-11-13 23:22:26 +00:00 committed by Gerrit Code Review
commit bc49cd0766
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