summaryrefslogtreecommitdiff
path: root/libc/stdio/stdio_ext.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-07-25 09:20:57 -0700
committerElliott Hughes <enh@google.com>2016-07-25 11:13:47 -0700
commitf6495c78a84b4a797a6faf77f8bd56998c739509 (patch)
tree963ffcb86fadb817451ca92d7a2d99a08e71ba93 /libc/stdio/stdio_ext.cpp
parent557b3a1194e03339b025b2d2282a0cc34aded7bb (diff)
Stop #define'ing __func__ and __restrict.
__STDC_VERSION__ isn't defined for __cplusplus, so we've been removing such checks. Some got missed. Stop defining __func__ and just use the __PRETTY_FUNCTION__ GCC extension in <assert.h>. Also fix the #if there so that C++ gets __assert2 rather than __assert, and rewrite the cast to work with -I rather than -isystem. Also remove __restrict and just always use the __restrict GCC extension. Add a trivial test for <assert.h>. Bug: http://b/30353757 Change-Id: Ie49bb417976293d3a9692b516e28fe3c0ae0a6d9 Test: ran bionic unit tests.
Diffstat (limited to 'libc/stdio/stdio_ext.cpp')
0 files changed, 0 insertions, 0 deletions