Ignore:
Timestamp:
2019-05-18T21:43:08Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
d49194d
Parents:
985e0f15
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-05-17 14:27:34)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-05-18 21:43:08)
Message:

Removing printf when failing from lib/rtld

If rtld failed a message was printed with printf.
This has been replaced with DPRINTF which
gives control to the developer over the message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/program.h

    r985e0f15 r87bc11f  
    5050        struct task *task;           /**< Program task */
    5151        struct thread *main_thread;  /**< Program main thread */
    52         unsigned int loader_status;  /**< Binary loader error status */
     52        errno_t loader_status;  /**< Binary loader error status */
    5353} program_t;
    5454
Note: See TracChangeset for help on using the changeset viewer.