From fde03adeadfe1d34e82c79b08be94df8e597185e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 1 Jun 2013 18:11:02 +0100 Subject: [PATCH 1/1] cgltrace: DYLD_INSERT_LIBRARIES -> DYLD_INTERPOSE --- specs/cglapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.45.2