]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/atexit.h
Libc-1044.40.1.tar.gz
[apple/libc.git] / stdlib / FreeBSD / atexit.h
index 56220ef30c1f1908b4a5e80f8b6e7a77594f3e7f..608104f1851aa2d018e72bf28f93c90bf3bf64c7 100644 (file)
 /* must be at least 32 to guarantee ANSI conformance */
 #define        ATEXIT_SIZE     32
 
+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);