diff options
author | Martin Storsjo <martin@martin.st> | 2012-01-25 23:25:09 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2012-01-25 23:41:19 +0200 |
commit | 738b175a932e9eba424750926e753f2227b4d1bc (patch) | |
tree | b26540e615e53db53c8072488cba838825c957b8 /libc/tools/bionic_utils.py | |
parent | e22dfc46b763e9b0c6300b7068609d2db60a9b2c (diff) |
Make sure __u64 is defined even for strict ansi or -std=c99
The x86 asm headers define __u64 regardless of __STRICT_ANSI__.
The linux/videodev2.h header requires __u64 to be defined, thus
this fixes compiling with -std=c99 when including the
linux/videodev2.h header.
In glibc, the asm/types.h header defines __u64 regardless of
__STRICT_ANSI__.
This is the change for the generated arch-arm/asm/types.h
header, as produced by the update_all.py script (without all
the other unrelated changes that the script produces).
FWIW, the same issue also is present in
arch-sh/asm/types.h, but there are no source headers for
arch-sh in external/kernel-headers (and regenerating the
headers simply removes that file).
Change-Id: If05fcc9ed6ff5943602be121c7be140116e361fe
Diffstat (limited to 'libc/tools/bionic_utils.py')
0 files changed, 0 insertions, 0 deletions