Changeset 2e3355a in mainline for uspace/lib/libc/generic/task.c


Ignore:
Timestamp:
2008-09-20T11:43:36Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3b8fe85
Parents:
94e152a
Message:

Include trace on sparc64 ramdisk. Assorted fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/task.c

    r94e152a r2e3355a  
    124124 * @return      ID of the newly created task or zero on error.
    125125 */
    126 task_id_t task_spawn(const char *path, const char *argv[])
     126task_id_t task_spawn(const char *path, char *const argv[])
    127127{
    128128        int phone_id;
Note: See TracChangeset for help on using the changeset viewer.