aboutsummaryrefslogtreecommitdiff
path: root/libc/include/bits/stdatomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/bits/stdatomic.h')
-rw-r--r--libc/include/bits/stdatomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/bits/stdatomic.h b/libc/include/bits/stdatomic.h
index 633cb8665..2ce6ee655 100644
--- a/libc/include/bits/stdatomic.h
+++ b/libc/include/bits/stdatomic.h
@@ -41,7 +41,7 @@
*/
#include <stddef.h> /* For ptrdiff_t. */
-#include <stdint.h> /* TODO: don't drag in all the macros, just the types. */
+#include <stdint.h>
// Include uchar.h only when available. Bionic's stdatomic.h is also used for
// the host (via a copy in prebuilts/clang) and uchar.h is not available in the
// glibc used for the host.