am 152e978f: Merge "Put stdin/stdout/stderr symbols in place." into lmp-mr1-dev
				
					
				
			* commit '152e978f73fc6cd37d0d82de69f1cf8134b34b90': Put stdin/stdout/stderr symbols in place.
This commit is contained in:
		@@ -44,6 +44,10 @@
 | 
				
			|||||||
#define ALIGNBYTES (sizeof(uintptr_t) - 1)
 | 
					#define ALIGNBYTES (sizeof(uintptr_t) - 1)
 | 
				
			||||||
#define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)
 | 
					#define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#undef stdin
 | 
				
			||||||
 | 
					#undef stdout
 | 
				
			||||||
 | 
					#undef stderr
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int	__sdidinit;
 | 
					int	__sdidinit;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define	NDYNAMIC 10		/* add ten more whenever necessary */
 | 
					#define	NDYNAMIC 10		/* add ten more whenever necessary */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user