]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/atexit.h
Libc-1081.1.3.tar.gz
[apple/libc.git] / stdlib / FreeBSD / atexit.h
index 94929b5660833bb10cf5d5e6987af278d3c592a6..608104f1851aa2d018e72bf28f93c90bf3bf64c7 100644 (file)
 /* must be at least 32 to guarantee ANSI conformance */
 #define        ATEXIT_SIZE     32
 
-void __cxa_finalize(void *dso);
+struct __cxa_range_t {
+       const void* addr;
+       size_t length;
+};
+
+void __cxa_finalize(const void *dso);
+
+void __cxa_finalize_ranges(const struct __cxa_range_t ranges[],
+                                                  unsigned int count);