Changeset 42744880 in mainline for generic/include/typedefs.h


Ignore:
Timestamp:
2006-02-08T22:29:20Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
85dc2e7
Parents:
89298e3
Message:

Convert size_t, count_t and index_t to 64-bits on 64-bit architectures.
Change some pfn_t usages to count_t, size_t and index_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/typedefs.h

    r89298e3 r42744880  
    3535typedef short bool;
    3636
    37 typedef unsigned int size_t;
    38 typedef unsigned int count_t;
    39 typedef unsigned int index_t;
     37typedef unsigned long size_t;
     38typedef unsigned long count_t;
     39typedef unsigned long index_t;
    4040
    4141typedef struct config config_t;
Note: See TracChangeset for help on using the changeset viewer.