Ignore:
File:
1 edited

Legend:

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

    raebcd42 rfbf4dc1  
    3737#define LIBC_mips32_TYPES_H_
    3838
     39#include <libarch/common.h>
     40#include <libarch/stddef.h>
     41#include <libarch/stdint.h>
     42
    3943#define __32_BITS__
    40 
    41 #include <libarch/common.h>
    42 
    43 #define SIZE_MIN  UINT32_MIN
    44 #define SIZE_MAX  UINT32_MAX
    4544
    4645#define SSIZE_MIN  INT32_MIN
     
    5150
    5251typedef int32_t ssize_t;
    53 typedef uint32_t size_t;
    5452
    55 typedef uint32_t uintptr_t;
    56 typedef int32_t intptr_t;
    5753typedef uint32_t atomic_count_t;
    5854typedef int32_t atomic_signed_t;
Note: See TracChangeset for help on using the changeset viewer.