Ignore:
Timestamp:
2015-09-20T11:12:33Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fbf4dc1
Parents:
8a45707d
Message:

Move (u)intmax_t to libc. Some stdint.h work.

File:
1 edited

Legend:

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

    r8a45707d rd6c98451  
    3737#define LIBC_mips32_TYPES_H_
    3838
     39#include <libarch/common.h>
     40#include <libarch/stdint.h>
     41
    3942#define __32_BITS__
    40 
    41 #include <libarch/common.h>
    42 
    43 #define SIZE_MIN  UINT32_MIN
    44 #define SIZE_MAX  UINT32_MAX
    4543
    4644#define SSIZE_MIN  INT32_MIN
     
    5149
    5250typedef int32_t ssize_t;
    53 typedef uint32_t size_t;
    5451
    55 typedef uint32_t uintptr_t;
    56 typedef int32_t intptr_t;
    5752typedef uint32_t atomic_count_t;
    5853typedef int32_t atomic_signed_t;
Note: See TracChangeset for help on using the changeset viewer.