X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..a28bf75d63c6a64e4c3b417c6052e45f42c6cedd:/stdlib/FreeBSD/atexit.h?ds=sidebyside diff --git a/stdlib/FreeBSD/atexit.h b/stdlib/FreeBSD/atexit.h index 94929b5..56220ef 100644 --- a/stdlib/FreeBSD/atexit.h +++ b/stdlib/FreeBSD/atexit.h @@ -33,4 +33,4 @@ /* must be at least 32 to guarantee ANSI conformance */ #define ATEXIT_SIZE 32 -void __cxa_finalize(void *dso); +void __cxa_finalize(const void *dso);