Bruno Haible wrote:
> getloadavg uses c_strtod, but does not completely chcek against all error
> conditions (such as EINVAL or ENOMEM). Here's a proposed patch to that effect.
>
> The strtod documentation in POSIX says:
> "Since 0 is returned on error and is also a valid return on success, an
>
Hi Jim,
getloadavg uses c_strtod, but does not completely chcek against all error
conditions (such as EINVAL or ENOMEM). Here's a proposed patch to that effect.
The strtod documentation in POSIX says:
"Since 0 is returned on error and is also a valid return on success, an
application wishing