Merge "Remove unnecessary #undefs from AOSP." into lmp-mr1-dev-plus-aosp
This commit is contained in:
commit
66f7b2758f
1 changed files with 0 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue