summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/bits/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/i386/bits/atomic.h')
-rw-r--r--libc/sysdeps/linux/i386/bits/atomic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/bits/atomic.h b/libc/sysdeps/linux/i386/bits/atomic.h
index c74876175..e0c5ae79c 100644
--- a/libc/sysdeps/linux/i386/bits/atomic.h
+++ b/libc/sysdeps/linux/i386/bits/atomic.h
@@ -19,6 +19,9 @@
#include <stdint.h>
+#if defined __CONFIG_GENERIC_I386__ || defined __CONFIG_I386__
+# warning this file is only good for 486 or better
+#endif
typedef int8_t atomic8_t;
typedef uint8_t uatomic8_t;