Ignore:
Timestamp:
2015-11-02T20:54:19Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d8513177
Parents:
3feeab2 (diff), 5265eea4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

    r3feeab2 rff381a7  
    3737#define LIBC_arm32_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.