Ignore:
File:
1 edited

Legend:

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

    raebcd42 rfbf4dc1  
    3636#define LIBC_ia32_TYPES_H_
    3737
     38#include <libarch/common.h>
     39#include <libarch/stddef.h>
     40#include <libarch/stdint.h>
     41
    3842#define __32_BITS__
    39 
    40 #include <libarch/common.h>
    41 
    42 #define SIZE_MIN  UINT32_MIN
    43 #define SIZE_MAX  UINT32_MAX
    4443
    4544#define SSIZE_MIN  INT32_MIN
     
    5251typedef uint32_t size_t;
    5352
    54 typedef uint32_t uintptr_t;
    55 typedef int32_t intptr_t;
    5653typedef uint32_t atomic_count_t;
    5754typedef int32_t atomic_signed_t;
Note: See TracChangeset for help on using the changeset viewer.