Changeset d6c98451 in mainline for uspace/lib/c/arch/ia32


Ignore:
Timestamp:
2015-09-20T11:12:33Z (10 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.

Location:
uspace/lib/c/arch/ia32/include/libarch
Files:
1 added
1 edited

Legend:

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

    r8a45707d rd6c98451  
    3636#define LIBC_ia32_TYPES_H_
    3737
     38#include <libarch/common.h>
     39#include <libarch/stdint.h>
     40
    3841#define __32_BITS__
    39 
    40 #include <libarch/common.h>
    41 
    42 #define SIZE_MIN  UINT32_MIN
    43 #define SIZE_MAX  UINT32_MAX
    4442
    4543#define SSIZE_MIN  INT32_MIN
     
    5250typedef uint32_t size_t;
    5351
    54 typedef uint32_t uintptr_t;
    55 typedef int32_t intptr_t;
    5652typedef uint32_t atomic_count_t;
    5753typedef int32_t atomic_signed_t;
Note: See TracChangeset for help on using the changeset viewer.