Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3562 → Rev 3686

/branches/dynload/uspace/lib/rtld/symbol.c
149,8 → 149,8
 
/* Insert root (the program) into the queue and tag it */
list_initialize(&queue_head);
runtime_env.program->bfs_tag = true;
list_append(&runtime_env.program->queue_link, &queue_head);
runtime_env->program->bfs_tag = true;
list_append(&runtime_env->program->queue_link, &queue_head);
 
/* If the symbol is found, it will be stored in 'sym' */
sym = NULL;