diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-13 18:40:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-13 18:40:08 +0000 |
commit | 36333f75234a6cb1b98cbe104aee3506d6bec9a1 (patch) | |
tree | 439e1a86cb74ab50b2c503596ccf3dc351d1063f /src/headers/gidstuff-64 | |
parent | 3f62636a98777125444f5bceff812428f6a73039 (diff) | |
download | skalibs-36333f75234a6cb1b98cbe104aee3506d6bec9a1.tar.xz |
- add gid0_scanv2.3.2.0
- version: rc for 2.3.2.0
Diffstat (limited to 'src/headers/gidstuff-64')
-rw-r--r-- | src/headers/gidstuff-64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/headers/gidstuff-64 b/src/headers/gidstuff-64 index 3d441e6..92b869e 100644 --- a/src/headers/gidstuff-64 +++ b/src/headers/gidstuff-64 @@ -3,5 +3,6 @@ #define GID_FMT UINT64_FMT #define gid_fmt(s, u) uint64_fmt(s, u) #define gid_scan(s, u) uint64_scan(s, u) +#define gid0_scan(s, u) uint640_scan(s, u) #define gid_fmtlist(s, tab, n) uint64_fmtlist(s, tab, n) #define gid_scanlist(tab, max, s, num) uint64_scanlist(tab, max, s, num) |