Index: abi/include/_bits/native.h
===================================================================
--- abi/include/_bits/native.h	(revision f8048d1b96f0b84d1c64179e0aaed6c7f1352f87)
+++ abi/include/_bits/native.h	(revision 70259a55669e39fcfc7d76d43bbf35c26ab91657)
@@ -55,11 +55,8 @@
 typedef __UINTPTR_TYPE__ sysarg_t;
 typedef __INTPTR_TYPE__  native_t;
-typedef __UINTPTR_TYPE__ atomic_count_t;
-typedef __INTPTR_TYPE__  atomic_signed_t;
 
 #define PRIdn  __PRIdPTR__  /**< Format for native_t. */
 #define PRIun  __PRIuPTR__  /**< Format for sysarg_t. */
 #define PRIxn  __PRIxPTR__  /**< Format for hexadecimal sysarg_t. */
-#define PRIua  __PRIuPTR__  /**< Format for atomic_count_t. */
 
 #endif
