diff options
author | Karl Williamson <khw@cpan.org> | 2022-08-13 05:26:05 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-09-02 13:21:24 -0600 |
commit | 8fffab5814a1dec668cc4056a4a6e0a06b0309f1 (patch) | |
tree | 8869f6c97b5ff237cbbe13ebd1042863d72f4ffe /embed.fnc | |
parent | c728a1a6206bcd35a013b6b78f60bdc1adf5bfa2 (diff) | |
download | perl-8fffab5814a1dec668cc4056a4a6e0a06b0309f1.tar.gz |
locale.c: Add const to my_strerror retrurn
A bit of safety
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1656,7 +1656,7 @@ p |bool |get_win32_message_utf8ness|NULLOK const char * string #endif pEX |int |mbtowc_|NULLOK const wchar_t * pwc|NULLOK const char * s|const Size_t len CpO |int |init_i18nl10n |int printwarn -p |char* |my_strerror |const int errnum|NN utf8ness_t * utf8ness +p |const char* |my_strerror |const int errnum|NN utf8ness_t * utf8ness XpT |void |_warn_problematic_locale Xp |void |set_numeric_underlying Xp |void |set_numeric_standard |