Loading...
include/stdint.h Libc-997.90.3 Libc-1158.30.7
--- Libc/Libc-997.90.3/include/stdint.h
+++ Libc/Libc-1158.30.7/include/stdint.h
@@ -149,10 +149,6 @@
 #define PTRDIFF_MAX       INT32_MAX
 #endif
 
-/* We have no sig_atomic_t yet, so no SIG_ATOMIC_{MIN,MAX}.
-   Should end up being {-127,127} or {0,255} ... or bigger.
-   My bet would be on one of {U}INT32_{MIN,MAX}. */
-
 #if __WORDSIZE == 64
 #define SIZE_MAX	  UINT64_MAX
 #else