Loading...
include/secure/_common.h Libc-997.90.3 Libc-583
--- Libc/Libc-997.90.3/include/secure/_common.h
+++ Libc/Libc-583/include/secure/_common.h
@@ -36,6 +36,6 @@
 #endif
 
 #define __darwin_obsz0(object) __builtin_object_size (object, 0)
-#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0)
+#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1)
 
 #endif