am afc86723: Merge "Add an obvious comment to <stdio.h> for fixincludes."
				
					
				
			* commit 'afc8672387438f9c8926a12831f43a6dd1f59323': Add an obvious comment to <stdio.h> for fixincludes.
This commit is contained in:
		@@ -38,6 +38,14 @@
 | 
				
			|||||||
#ifndef	_STDIO_H_
 | 
					#ifndef	_STDIO_H_
 | 
				
			||||||
#define	_STDIO_H_
 | 
					#define	_STDIO_H_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * This file must contain a reference to __gnuc_va_list so that GCC's
 | 
				
			||||||
 | 
					 * fixincludes knows that that's what's being used for va_list, and so
 | 
				
			||||||
 | 
					 * to leave our <stdio.h> alone. (fixincludes gets in the way of pointing
 | 
				
			||||||
 | 
					 * one toolchain at various different sets of platform headers.)
 | 
				
			||||||
 | 
					 * If you alter this comment, be sure to keep "__gnuc_va_list" in it!
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <sys/cdefs.h>
 | 
					#include <sys/cdefs.h>
 | 
				
			||||||
#include <sys/types.h>
 | 
					#include <sys/types.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user