X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=smalloc.h;h=f9a5e410fae79b570973a708c95f713912d8e40c;hb=30b18672f5318b7f6de70da6fdc9577737e7a6e6;hp=6905c6a8c3c806a7ce20616452bb4b82f1fbfe89;hpb=2b386d2569c9078ca9790c4e6d318ec3835b8739;p=fio.git diff --git a/smalloc.h b/smalloc.h index 6905c6a8..f9a5e410 100644 --- 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);