Merge branch 'master' into gfio
[fio.git] / smalloc.h
index 6905c6a8c3c806a7ce20616452bb4b82f1fbfe89..f9a5e410fae79b570973a708c95f713912d8e40c 100644 (file)
--- a/smalloc.h
+++ b/smalloc.h
@@ -1,7 +1,7 @@
 #ifndef FIO_SMALLOC_H
 #define FIO_SMALLOC_H
 
-extern void *smalloc(unsigned int);
+extern void *smalloc(size_t);
 extern void sfree(void *);
 extern char *smalloc_strdup(const char *);
 extern void sinit(void);