Changeset afbe96a in mainline for libc/generic/thread.c


Ignore:
Timestamp:
2006-07-04T17:18:24Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0166e99
Parents:
09087d2
Message:

Replace old u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/thread.c

    r09087d2 rafbe96a  
    2727 */
    2828
    29  /** @addtogroup libc
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    3636#include <libc.h>
    3737#include <stdlib.h>
    38 #include <arch/faddr.h>
     38#include <libarch/faddr.h>
    3939#include <kernel/proc/uarg.h>
    4040#include <psthread.h>
     
    153153}
    154154
    155 
    156 
    157  /** @}
     155/** @}
    158156 */
    159157 
Note: See TracChangeset for help on using the changeset viewer.