blob: 03ab4be7dfa9ae920720dda71caf8a37f8efc304 [file] [log] [blame]
#include <nl_types.h>
nl_catd catopen(const char* name, int oflag) {
return (nl_catd)-1;
}