+
+/*
+ * The extended locale version just calls the regular version. If there
+ * is ever support for arbitrary per-locale translations, this need to
+ * be modified.
+ */
+wctrans_t
+wctrans_l(const char *charclass, locale_t loc)
+{
+ return wctrans(charclass);
+}