Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
4a8335b2248d934e2e40386af4f1b0495b3c173d
/
.
/
src
/
locale
/
catopen.c
blob: 4423c4d9e8720ef9a18b699dbe0f8620b2622497 [
file
]
#include
<nl_types.h>
nl_catd catopen
(
const
char
*
name
,
int
oflag
)
{
return
(
nl_catd
)-
1
;
}