]> git.cworth.org Git - apitrace/commitdiff
cgltrace: DYLD_INSERT_LIBRARIES -> DYLD_INTERPOSE
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 1 Jun 2013 17:11:02 +0000 (18:11 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 1 Jun 2013 17:11:02 +0000 (18:11 +0100)
specs/cglapi.py

index 0169452f0890a776db044b11e30f8cd83a512944..f85ae445c258323afc5042fdab5af93124ea67a3 100644 (file)
@@ -247,7 +247,7 @@ cglapi.addFunctions([
     Function(CGLError, "CGLUpdateContext", [(CGLContextObj, "ctx")]),
     # XXX: All the following prototypes are little more than guesses
     # TODO: A potentially simpler alternative would be to use the
-    # DYLD_INSERT_LIBRARIES mechanism and only intercept the calls that we
+    # DYLD_INTERPOSE mechanism and only intercept the calls that we
     # really care about
     Function(CGLError, "CGLOpenCLMuxLockDown", [], internal=True),
     Function(GLboolean, "CGLAreContextsShared", [(CGLContextObj, "ctx1"), (CGLContextObj, "ctx2")], internal=True),