~petr-koupy/helenos/binutils-test

« back to all changes in this revision

Viewing changes to uspace/lib/c/arch/amd64/include/types.h

  • Committer: Petr Koupy
  • Date: 2011-08-21 16:55:01 UTC
  • mfrom: (1130.1.22 devel)
  • Revision ID: petr.koupy@gmail.com-20110821165501-tsdp5vcmf4hmwxxy
Merge devel changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
typedef int64_t ssize_t;
51
51
typedef uint64_t size_t;
52
52
 
53
 
typedef int64_t intptr_t;
54
53
typedef uint64_t uintptr_t;
55
54
typedef int64_t intptr_t;
56
55
typedef uint64_t atomic_count_t;