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/amd64/include/libarch/types.h

    r8a45707d rd6c98451  
    3636#define LIBC_amd64_TYPES_H_
    3737
     38#include <libarch/common.h>
     39#include <libarch/stdint.h>
     40
    3841#define __64_BITS__
    39 
    40 #include <libarch/common.h>
    41 
    42 #define SIZE_MIN  UINT64_MIN
    43 #define SIZE_MAX  UINT64_MAX
    4442
    4543#define SSIZE_MIN  INT64_MIN
     
    5048
    5149typedef int64_t ssize_t;
    52 typedef uint64_t size_t;
    5350
    54 typedef uint64_t uintptr_t;
    55 typedef int64_t intptr_t;
    5651typedef uint64_t atomic_count_t;
    5752typedef int64_t atomic_signed_t;
Note: See TracChangeset for help on using the changeset viewer.