Loading...
secure/secure.h Libc-997.1.1 Libc-1044.1.2
--- Libc/Libc-997.1.1/secure/secure.h
+++ Libc/Libc-1044.1.2/secure/secure.h
@@ -34,6 +34,6 @@
 extern void __chk_overlap (const void *a, size_t an, const void *b, size_t bn);
 
 /* Do we avoid the overlap check for older APIs? */
-extern int __chk_assert_no_overlap;
+extern uint32_t __chk_assert_no_overlap;
 
 #endif