From: Igmar P. <mai...@jd...> - 2003-07-08 09:46:37
|
> >Well "find /usr/include -name *.h -print0 | xargs -0 grep > '_r > >*('" suggests quite a lot, including: > > Yup. It also seems that the glibc documentation is not > complete either. Looking at the getnetent function man > page, it doesn't mention the word re-entrant anywhere. It > also doesn't mention where the returned data structure came > from and whether or not you are supposed to free it. Glibc > man pages needs patching, too. I don't look at them anymore, I mainly use FreeBSD's manpage. There tons of functions (ttyname() is a recent one I ran into) that return static memory, but that isn't mentioned. Igmar |