From: José Fonseca Date: Sat, 1 Jun 2013 17:11:02 +0000 (+0100) Subject: cgltrace: DYLD_INSERT_LIBRARIES -> DYLD_INTERPOSE X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=fde03adeadfe1d34e82c79b08be94df8e597185e;p=apitrace cgltrace: DYLD_INSERT_LIBRARIES -> DYLD_INTERPOSE --- diff --git a/specs/cglapi.py b/specs/cglapi.py index 0169452..f85ae44 100644 --- a/specs/cglapi.py +++ b/specs/cglapi.py @@ -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),