configure: add gettid() test
[fio.git] / lib / axmap.h
index 55349d8731f2e4edfcc01f7aad025e309782acf6..aa5976898c114fb8870865db753200a6140cc978 100644 (file)
@@ -5,7 +5,7 @@
 #include "types.h"
 
 struct axmap;
-struct axmap *axmap_new(unsigned long nr_bits);
+struct axmap *axmap_new(uint64_t nr_bits);
 void axmap_free(struct axmap *bm);
 
 void axmap_set(struct axmap *axmap, uint64_t bit_nr);