0b44a031
af051730
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; }