X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..dd5fb164cf5b32c462296bc65e289e100f74b59a:/OSX/libsecurity_cryptkit/lib/platform.h diff --git a/OSX/libsecurity_cryptkit/lib/platform.h b/OSX/libsecurity_cryptkit/lib/platform.h index 7a9e9a99..4101e4f6 100644 --- a/OSX/libsecurity_cryptkit/lib/platform.h +++ b/OSX/libsecurity_cryptkit/lib/platform.h @@ -48,17 +48,11 @@ extern "C" { #endif #endif /* endian */ -#ifndef NeXT - #define bcopy(s, d, l) memmove(d, s, l) - #define bzero(s, l) memset(s, 0, l) - #define bcmp(s, d, l) memcmp(s, d, l) -#endif - /* * Other platform-dependent functions in platform.c. */ -extern void CKRaise(const char *reason); +extern void CKRaise(const char *reason) __attribute__((noreturn)); /* * Come up with some kind of "really" random int with which to seed the