PPT Slide
Overriding System Calls
The libc definitions can be overridden by inserting another
library before libc in the link order
cc -o myprog *.o -lcondor
Condor jobs are re-linked with the condor libc library
foo:
...
call write
...
application
code
condor libc
Previous slide
Next slide
Back to first slide
View graphic version