Skip to content

Commit 7dfae2c

Browse files
committed
Add debug
1 parent ccb5e32 commit 7dfae2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__locale_dir/locale_base_api/bsd_locale_fallbacks.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ inline _LIBCPP_HIDE_FROM_ABI size_t __libcpp_mbrlen_l(const char* __s, size_t __
8181
#endif // _LIBCPP_HAS_NO_WIDE_CHARACTERS
8282

8383
inline _LIBCPP_HIDE_FROM_ABI lconv* __libcpp_localeconv_l(locale_t __l) {
84+
fprintf(stderr, "Entering __libcpp_localeconv_l() in bsd_locale_fallbacks.h\n");
8485
__locale_guard __current(__l);
8586
return localeconv();
8687
}

0 commit comments

Comments
 (0)