am 244bee5b: Merge "bionic_auxv.h: fix #define conflict"

* commit '244bee5bb6e0bc12b739c57028ac8af23a18aed0':
  bionic_auxv.h: fix #define conflict
This commit is contained in:
Nick Kralevich 2013-01-22 13:38:53 -08:00 committed by Android Git Automerger
commit e652ed3051

View File

@ -25,8 +25,8 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#ifndef _SYS_AUXV_H_
#define _SYS_AUXV_H_
#ifndef _PRIVATE_BIONIC_AUXV_H_
#define _PRIVATE_BIONIC_AUXV_H_
#include <elf.h>
@ -36,4 +36,4 @@ extern Elf32_auxv_t* __libc_auxv;
__END_DECLS
#endif /* _SYS_AUXV_H_ */
#endif /* _PRIVATE_BIONIC_AUXV_H_ */