rewrite pthread_key_delete to use global thread list
[musl.git] / src / locale / catgets.c
blobbbee8986fc581ebce93494b2dad7539c37083628
1 #include <nl_types.h>
3 char *catgets (nl_catd catd, int set_id, int msg_id, const char *s)
5 return (char *)s;