![]() ![]() | ![]() |
version 1.70, 2017/06/28 09:20:29 | version 1.71, 2017/07/02 22:28:20 |
---|---|
Line 305 chargement_bibliotheque(struct_processus | Line 305 chargement_bibliotheque(struct_processus |
} | } |
dlerror(); | dlerror(); |
fonction = dlsym(descripteur_bibliotheque, "__external_symbols"); | fonction = dlsym(descripteur_bibliotheque, "___external_symbols"); |
if (fonction == NULL) | if (fonction == NULL) |
{ | { |