- * a value neither 0 or 1. We call _dyld_register_func_for_add_image()
- * to register a callback, and use the non-one value of
- * __chk_assert_no_overlap to skip sdk version checks (but we do
- * perform overlap checks). To detect if the main program was built
- * prior to START_VERSION, we call dyld_get_program_sdk_version(),
- * which we do before setting up the callback (since we don't need it
- * if the main program is older).
- *
- * After _dyld_register_func_for_add_image() returns, we set
- * __chk_assert_no_overlap to 1, which enables the sdk version checking
- * for subsequent loaded shared objects. If we then find an old version,
- * we set __chk_assert_no_overlap to 0 to turn off overlap checking.
+ * 1 initially and then reset it to 0 if the main image of the process
+ * was linked earlier than 10.9.