History log of /bionic/libc/arch-x86/include/machine/_types.h
Revision Date Author Comments
bdcc14d721ddff57f9f71086a998feda05376b61 03-Aug-2012 Elliott Hughes <enh@google.com> Remove an awkward #include that is no longer upstream.

This was causing trouble in https://android-review.googlesource.com/#/c/37590/.

Change-Id: Ib7cb4fbaef6e9c1470c59f67d24bd24c7ce90bcc
c3c0e88beda2abee4380237bbc7aa95da588c00d 05-Aug-2011 Mark D Horn <mark.d.horn@intel.com> NDK: x86 header file has incorrect definition for ptrdiff_t

See Bug http://code.google.com/p/android/issues/detail?id=19042

Change-Id: I8e975930e7f8c3c437ecdffbc6f6bc5028937829
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
d265046dcc4e081bd5fc9e6eb3f38c42ab07920e 04-Aug-2011 David 'Digit' Turner <digit@android.com> libc: x86: Fixed size_t definition.

This patch changes the declaration of size_t on x86 targets
to test for the __ANDROID__ macro, instead of ANDROID

__ANDROID__ should be a builting toolchain macro, while ANDROID
is usually added manually during the build.

Testing against __ANDROID__ allows us to use the header when
using the NDK's standalone x86 toolchain.

This is related to http://code.google.com/p/android/issues/detail?id=19011
The bug was already fixed in the NDK platform headers, this simply updates
the C library one accordingly.

Change-Id: Ie038c4c8b37b7d24e2e4ae4d7a63371b69c9a51e
84f8b3ad9c5b2695c209744304dd9de71ad8d092 26-Dec-2010 Bruce Beare <bruce.j.beare@intel.com> use consistent guards for off_t and size_t defines for IA

Orig-Change-Id: I9347ab4407c48c71c99f42583523ebe31a5e67ae
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
3c56ce497d1ea3baa6406c49be82c1245fda2443 26-Dec-2010 Bruce Beare <bruce.j.beare@intel.com> use consistent guards for off_t and size_t defines for IA

Change-Id: Ie92b7597883c99e7f4101f4cf5e0ad267b4ee706
3fbd2b3f6d53a942082eb0fdaade4a03efd86a59 26-Dec-2010 Bruce Beare <bruce.j.beare@intel.com> use consistent guards for off_t and size_t defines for IA

Change-Id: I9347ab4407c48c71c99f42583523ebe31a5e67ae
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
58f0326362ca0f5fc17cbc19fd9217cabf0d93dd 11-Mar-2010 Bruce Beare <brucex.j.beare@intel.com> Android hack for size_t

Change-Id: I3c967fca60f542459dc17be84da47b3b6a26242b
1dc9e472e19acfe6dc7f41e429236e7eef7ceda1 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
1767f908af327fa388b1c66883760ad851267013 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution