> 2008-10-18 Bruno Haible <[EMAIL PROTECTED]>
>
> * lib/stdlib.in.h; Include when needed for the
> getloadavg declaration.
> (getloadavg): New declaration.
> * lib/getloadavg.c: Include first.
> * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS.
>
Hi Jim,
> These changes (and the others you've posted) all sound fine.
Thanks, I'm applying them.
> The only question is whether to remove the header files
> at the same time -- or later.
>
> Personally, I'd prefer to remove them now
Same for me. Users of these modules will notice immediately
Bruno Haible <[EMAIL PROTECTED]> wrote:
> Hi Jim,
>
> We have been adopting the approach to declare functions provided by glibc
> (but not specified by POSIX) in the same header file as glibc does. This
> makes sense because most development takes place on glibc systems today.
>
> The ones that no
Hi Jim,
We have been adopting the approach to declare functions provided by glibc
(but not specified by POSIX) in the same header file as glibc does. This
makes sense because most development takes place on glibc systems today.
The ones that not yet follow this idiom:
- getloadavg, getusershell