Liste des Groupes | Revenir à cu programmer |
Right. It seems to boil down to:Hmm, it may be related to optimizations. Assuming the openat call is inlined in another compilation unit there is no option to change this at link time.
You can't interpose a syscall.
I.e., so if a library function calls the syscall directly (rather than
going through the Glibc wrapper), you can't interpose it. This is, of
course, as it should be.
Les messages affichés proviennent d'usenet.