X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/39236c6e673c41db228275375ab7fdb0f837b292..9d749ea394c01276fa19e397e70f46858e849c76:/bsd/uuid/uuid.h diff --git a/bsd/uuid/uuid.h b/bsd/uuid/uuid.h index 52602867e..65524909a 100644 --- a/bsd/uuid/uuid.h +++ b/bsd/uuid/uuid.h @@ -46,6 +46,8 @@ typedef __darwin_uuid_string_t uuid_string_t; #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15} +UUID_DEFINE(UUID_NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); + #ifdef __cplusplus extern "C" { #endif