X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/23e20b0053d7317ce3facd3fd38db8c73c2c380a..e07eda1a0324f771bb1ed20ef94f3229005ee46c:/stdlib/FreeBSD/abort.c diff --git a/stdlib/FreeBSD/abort.c b/stdlib/FreeBSD/abort.c index 37e576e..386572c 100644 --- a/stdlib/FreeBSD/abort.c +++ b/stdlib/FreeBSD/abort.c @@ -140,7 +140,7 @@ __abort() __builtin_trap(); } -__private_extern__ void +void abort_report_np(const char *fmt, ...) { _SIMPLE_STRING s;