#include <stddef.h>
#include <TargetConditionals.h>
-
-// simulator does not have full libdyld.dylib - just a small libdyld_sim.dylib
-#if ! TARGET_IPHONE_SIMULATOR
-
//
// This is the temporary private interface between libSystem.B.dylib and dyld
return (*myDyldSection.lookup)(dyld_func_name, address);
}
-#endif //! TARGET_IPHONE_SIMULATOR
-