[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Included Interfaces without documentation update



* Andrew Pham (andpha@us.ibm.com) [20010419 17:31]:

> __divdi3

GCC support routine, I'd say these should not be documented in LSB.

> adjtime
> alphasort64
> cfsetspeed
> dcgettext
> gettext
> strcasestr
> strndup
> strverscmp
> textdomain
> vasprintf

All documented in the texinfo manual for the GNU library,
/usr/share/info/libc.info.

> getloadavg
int getloadavg (double loadavg[], int nelem);

On linux returns the first three entries from /proc/loadavg, i.e. system
load for 1, 5 and 10 minutes. Should be documented in the BSD man pages, but
I have no access to a BSD machine ATM.

> setspent

Only documentation I could find is the man page from the shadow suite,
i.e. 'man shadow'.

> strerror_r

Reentrant version of strerror, documented in libc.info.

> strtoq

BSD name for strtoll

> strtouq

BSD name for strtoull

> wcstoq

I'd guess wide char version of strtoq

> wcstouq

And wide char version of strtouq
 

-- 
Penguins shall save the dinosaurs
                          -- Handelsblatt about Linux on S/390



Reply to: