X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=smalloc.h;h=f9a5e410fae79b570973a708c95f713912d8e40c;hp=6905c6a8c3c806a7ce20616452bb4b82f1fbfe89;hb=21beb609b6f1ce2b96209857d05fd03fb239b925;hpb=47d85e2bd4763204a983c7bf4833c0d466dc36ca 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);