Ignore:
Timestamp:
2009-02-15T00:01:06Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08b777e
Parents:
4cac212c
Message:

More elegant way of invoking the loader - as a 'cloneable' service. Task names functionality lost for the time being.

File:
1 edited

Legend:

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

    r4cac212c rbfd1546  
    6060extern void program_ready(program_t *p);
    6161
    62 extern unative_t sys_program_spawn_loader(int *uspace_phone_id,
    63     char *uspace_name, size_t name_len);
     62extern unative_t sys_program_spawn_loader(char *uspace_name, size_t name_len);
    6463
    6564#endif
Note: See TracChangeset for help on using the changeset viewer.