Merge "Remove unnecessary #undefs from AOSP." into lmp-mr1-dev-plus-aosp

This commit is contained in:
Elliott Hughes 2014-12-02 23:00:37 +00:00 committed by Android (Google) Code Review
commit 66f7b2758f

View file

@ -44,10 +44,6 @@
#define ALIGNBYTES (sizeof(uintptr_t) - 1)
#define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)
#undef stdin
#undef stdout
#undef stderr
int __sdidinit;
#define NDYNAMIC 10 /* add ten more whenever necessary */