Merge "Remove unnecessary #undefs from AOSP." into lmp-mr1-dev-plus-aosp
This commit is contained in:

committed by
Android (Google) Code Review

commit
66f7b2758f
@@ -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 */
|
||||
|
Reference in New Issue
Block a user