Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia32/include/types.h

    r4196304 r63f8966  
    3838#define __32_BITS__
    3939
    40 #include <libarch/common.h>
     40typedef unsigned int sysarg_t;
    4141
    42 typedef uint32_t sysarg_t;
     42typedef char int8_t;
     43typedef short int int16_t;
     44typedef int int32_t;
     45typedef long long int int64_t;
     46
     47typedef unsigned char uint8_t;
     48typedef unsigned short int uint16_t;
     49typedef unsigned int uint32_t;
     50typedef unsigned long long int uint64_t;
    4351
    4452typedef int32_t ssize_t;
Note: See TracChangeset for help on using the changeset viewer.