CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/03/18 05:16:58

Modified files:
        lib/libc/stdlib: recallocarray.c 

Log message:
Type-cast getpagesize() from int to size_t for the comparison with d.
getpagesize() will only return positive numbers (there is no negative
page size system) and it can not fail.
Should fix some compiler warnings seen in -portable projects.
OK otto@

Reply via email to