am b1e7c7b0: Merge "Add __gnuc_va_list in stdio.h to stop gcc from generating include-fixed/stdio.h"

* commit 'b1e7c7b0ab65fd5ece7c28e7171c7ecbe8dfec25':
  Add __gnuc_va_list in stdio.h to stop gcc from generating include-fixed/stdio.h
This commit is contained in:
Andrew Hsieh
2014-09-08 02:42:13 +00:00
committed by Android Git Automerger
3 changed files with 24 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>