blob: 02cd3e5c9c7a76a553e950c475e67b2c1e125259 [file] [log] [blame]
Rich Felker0b44a032011-02-12 00:22:29 -05001#include <nl_types.h>
2
3int catclose (nl_catd catd)
4{
5 return 0;
6}