Changeset afbe96a in mainline for libc/generic/psthread.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/psthread.c

    r09087d2 rafbe96a  
    3939#include <thread.h>
    4040#include <stdio.h>
    41 #include <kernel/arch/faddr.h>
     41#include <libarch/faddr.h>
    4242#include <futex.h>
    4343#include <assert.h>
Note: See TracChangeset for help on using the changeset viewer.