Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4371 → Rev 4372

/branches/dynload/uspace/lib/libc/rtld/symbol.c
171,8 → 171,6
list_remove(queue_head.next);
 
if (!sym) {
printf("Error, symbol '%s' not found anywhere\n", name);
exit(1);
return NULL; /* Not found */
}