diff options
author | Niko Catania <> | 2009-04-08 18:49:17 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-08 18:49:17 -0700 |
commit | c2fc66958cf2ec46dcea030ff51d1c340d70dd6a (patch) | |
tree | e327671cda45919d5beac28559951e9a159dc541 /libstdc++/include/cassert | |
parent | 3e294b91a0b21f7191690dd7bbc382c52cc6cb3c (diff) | |
download | bionic-c2fc66958cf2ec46dcea030ff51d1c340d70dd6a.zip bionic-c2fc66958cf2ec46dcea030ff51d1c340d70dd6a.tar.gz bionic-c2fc66958cf2ec46dcea030ff51d1c340d70dd6a.tar.bz2 |
AI 145159: am: CL 145059 (Almost) final set of wrapper around the C headers for stdc++ and their tests.
The only one left is cstring.
* bionic/libstdc++/include/cstdlib:
* bionic/libstdc++/include/cstdio:
* bionic/libstdc++/include/cstdint:
* bionic/libstdc++/include/csignal:
* bionic/libstdc++/include/csetjmp:
Added header file.
Checks the bionic headers file were picked up instead of the host ones.
Added test for new header files
* system/extras/tests/bionic/libstdc++/Android.mk:
Added tests for the new header files.
EXTRA_CFLAGS: include the bionic header files.
Original author: niko
Automated import of CL 145159
Diffstat (limited to 'libstdc++/include/cassert')
-rw-r--r-- | libstdc++/include/cassert | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++/include/cassert b/libstdc++/include/cassert index 38b518d..5753e34 100644 --- a/libstdc++/include/cassert +++ b/libstdc++/include/cassert @@ -32,4 +32,8 @@ * can be included multiple times with different definition of NDEBUG, hence the * absence of include guards. */ + +#ifndef BIONIC_LIBSTDCPP_INCLUDE_CASSERT__ +#define BIONIC_LIBSTDCPP_INCLUDE_CASSERT__ +#endif #include <assert.h> |