man: sync "OUTPUT" section and after with HOWTO
[fio.git] / lib / hweight.h
index 1965eaa641186a2995063d50db48bf63581161eb..68861ddd9dc6e5cf808e09e38a6ee1248f1b51c6 100644 (file)
@@ -5,5 +5,6 @@
 
 unsigned int hweight8(uint8_t w);
 unsigned int hweight32(uint32_t w);
+unsigned int hweight64(uint64_t w);
 
 #endif