]> git.saurik.com Git - apple/dyld.git/blobdiff - src/dyld2.h
dyld-851.27.tar.gz
[apple/dyld.git] / src / dyld2.h
index cf82ca6bd4d4af94031beda2035db92c63070949..8c763934a40ded3fda32c794adc0970df75354fc 100644 (file)
@@ -123,8 +123,6 @@ namespace dyld {
        extern bool                                     processIsRestricted();
        extern const char*                      getStandardSharedCacheFilePath();
        extern bool                                     hasInsertedOrInterposingLibraries();
-       extern int                                      my_stat(const char* path, struct stat* buf);
-       extern int                                      my_open(const char* path, int flag, int other);
        bool                                            sandboxBlockedOpen(const char* path);
        bool                                            sandboxBlockedMmap(const char* path);
        bool                                            sandboxBlockedStat(const char* path);
@@ -141,4 +139,7 @@ namespace dyld {
        bool                                            isPathInCache(const char* path);
        const char*                                     getPathFromIndex(unsigned cacheIndex);
 #endif
+#if defined(__x86_64__)
+       bool                                            isTranslated();
+#endif
 }