From d69d15193c1a720ffa8269058ff216dccea734c5 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 23 Oct 2002 14:18:07 +0000 Subject: Make the first argument of getbsize a size_t* instead of an int*, as this is what the quantity actually is. Fix an easy const while I'm here. --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index b8dddedb6f30..f1beaaa4138d 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -227,7 +227,7 @@ __uint32_t arc4random(void); void arc4random_addrandom(unsigned char *dat, int datlen); void arc4random_stir(void); -char *getbsize(int *, long *); +char *getbsize(size_t *, long *); /* getcap(3) functions */ char *cgetcap(char *, const char *, int); int cgetclose(void); -- cgit v1.3