We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061580b commit 285d243Copy full SHA for 285d243
libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/close.pass.cpp
@@ -24,7 +24,8 @@
24
// API level, though, so declare the API function here using weak.
25
#if defined(__BIONIC__)
26
#include <android/fdsan.h>
27
-enum android_fdsan_error_level android_fdsan_set_error_level(enum android_fdsan_error_level new_level) __attribute__((weak));
+enum android_fdsan_error_level android_fdsan_set_error_level(enum android_fdsan_error_level new_level)
28
+ __attribute__((weak));
29
#endif
30
31
int main(int, char**)
0 commit comments