]> git.saurik.com Git - apple/dyld.git/blobdiff - include/dlfcn.h
dyld-360.22.tar.gz
[apple/dyld.git] / include / dlfcn.h
index 7e4ae35cfa2c0d46c09b0b0d84e2f8abd813b6e3..bcb0c098d43f03489748010f9f00c4a370c7c29a 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
 
 #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
 #include <stdbool.h>
-#include <AvailabilityMacros.h>
+#include <Availability.h>
 /*
  * Structure filled in by dladdr().
  */
@@ -58,7 +58,7 @@ extern void * dlopen(const char * __path, int __mode);
 extern void * dlsym(void * __handle, const char * __symbol);
 
 #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
-extern bool dlopen_preflight(const char* __path) AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER;
+extern bool dlopen_preflight(const char* __path) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
 #endif /* not POSIX */