Ignore:
Timestamp:
2008-09-24T07:56:47Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4470e26
Parents:
3926f30
Message:

Introduce loader API in C library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/loader/pcb.h

    r3926f30 r45454e9b  
    4141typedef void (*entry_point_t)(void);
    4242
    43 /**
     43/** Program Control Block.
     44 *
    4445 * Holds pointers to data passed from the program loader to the program
    4546 * and/or to the dynamic linker. This includes the program entry point,
Note: See TracChangeset for help on using the changeset viewer.