mirror of
git://sourceware.org/git/lvm2.git
synced 2025-10-09 23:33:17 +03:00
size_t tidying
This commit is contained in:
@@ -13,11 +13,7 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
/* Define some portable printing types */
|
||||
#if (SIZE_MAX == UINT64_MAX)
|
||||
#define PRIsize_t PRIu64
|
||||
#elif (SIZE_MAX == UINT32_MAX)
|
||||
#define PRIsize_t PRIu32
|
||||
#endif
|
||||
#define PRIsize_t "Zu"
|
||||
|
||||
struct str_list {
|
||||
struct list list;
|
||||
|
Reference in New Issue
Block a user