On Tue, Apr 19, 2011 at 11:15:49PM -0500, Amit Kulkarni wrote:
> where is a listing of all functions implemented in openbsd's libc? Is 
> src/lib/libc/include/namespace.h consist of functions not implemented or 
> its a relic?

namespace.h is used for protecting the libc namespace. A library may
overwrite many of the libc entry points and the header is used to
prevent that. It is not a full enumeration of the functions implemented
in libc.

Joerg

Reply via email to