mailing list of musl libc
 help / color / mirror / code / Atom feed
3fbc77178fb24e7c9661f383dccdd9b762387957 blob 134 bytes (raw)

1
2
3
4
5
6
7
8
 
#include <nl_types.h>
#include <errno.h>

nl_catd catopen (const char *name, int oflag)
{
	errno = EOPNOTSUPP;
	return (nl_catd)-1;
}
debug log:

solving 3fbc771 ...
found 3fbc771 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).