mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
Add strxfrm_l to list of functions where Windows adds an underscore.
Per buildfarm failure on bowerbird after last night's commit 4ea51cdfe85ceef8afabceb03c446574daa0ac23. Peter Geoghegan
This commit is contained in:
parent
aa719391d5
commit
f32a1fa462
@ -341,6 +341,7 @@ typedef int pid_t;
|
||||
#define isspace_l _isspace_l
|
||||
#define iswspace_l _iswspace_l
|
||||
#define strcoll_l _strcoll_l
|
||||
#define strxfrm_l _strxfrm_l
|
||||
#define wcscoll_l _wcscoll_l
|
||||
#define wcstombs_l _wcstombs_l
|
||||
#define mbstowcs_l _mbstowcs_l
|
||||
|
Loading…
x
Reference in New Issue
Block a user