summaryrefslogtreecommitdiff
path: root/libc/include/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/threads.h')
-rw-r--r--libc/include/threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/threads.h b/libc/include/threads.h
index 752761d7c..1b00b8ffd 100644
--- a/libc/include/threads.h
+++ b/libc/include/threads.h
@@ -78,7 +78,7 @@ enum {
__BEGIN_DECLS
-#if __ANDROID_API__ >= __ANDROID_API_R__
+#if __ANDROID_API__ >= 30
// This file is implemented as static inlines before API level 30.
/** Uses `__flag` to ensure that `__function` is called exactly once. */