X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/34e8f8296870d0e8695f90e1a54240a589d41312..6465356a983ac139f81d3b7913cdb548477c346c:/include/secure/_common.h diff --git a/include/secure/_common.h b/include/secure/_common.h index 53e1a02..a7acfaa 100644 --- a/include/secure/_common.h +++ b/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) +#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) #endif