Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
refs/heads/t-13.1
/
.
/
tests
/
stdio_nofortify_test.cpp
blob: 9bdcb03cfb571ffcb98df61b8cb64588712b5eae [
file
] [
log
] [
blame
]
Christopher Ferris
13f26a7
2016-01-13 13:47:58 -0800
[
diff
] [
blame
]
1
2
#ifdef
_FORTIFY_SOURCE
3
#undef
_FORTIFY_SOURCE
4
#endif
5
6
#define
NOFORTIFY
7
8
#include
"stdio_test.cpp"
9
10
#if defined(_FORTIFY_SOURCE)
11
#error
"_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
12
#endif