Sign in
cobalt
/
cobalt
/
cc19caab3101a025a2ae4db11601ed3496c7d730
/
.
/
third_party
/
musl
/
src
/
locale
/
catopen.c
blob: 3fbc77178fb24e7c9661f383dccdd9b762387957 [
file
] [
log
] [
blame
]
#include
<nl_types.h>
#include
<errno.h>
nl_catd catopen
(
const
char
*
name
,
int
oflag
)
{
errno
=
EOPNOTSUPP
;
return
(
nl_catd
)-
1
;
}