Changeset 8e33e1d in mainline for uspace/lib/libc/generic/thread.c


Ignore:
Timestamp:
2010-01-29T17:15:32Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b86d436
Parents:
86018c1
Message:

Cleanup.

File:
1 edited

Legend:

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

    r86018c1 r8e33e1d  
    4141#include <string.h>
    4242#include <async.h>
    43 #include <stdio.h>
    4443
    4544#ifndef THREAD_INITIAL_STACK_PAGES_NO
     
    6362        __tcb_set(f->tcb);
    6463
    65         // MH
    66         printf("uarg: %lx\n", uarg);
    6764        uarg->uspace_thread_function(uarg->uspace_thread_arg);
    6865        /* XXX: we cannot free the userspace stack while running on it */
Note: See TracChangeset for help on using the changeset viewer.