Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
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
;
}