kill HAVE_FORKEXEC

Bug: 18317407
Change-Id: I0c7b5886e5de12bdd95cfcc046bc87e4a6aeef5b
This commit is contained in:
Yabin Cui 2014-11-11 09:26:00 -08:00
parent fecc0bf4f1
commit 0dd549aae0
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