mirror of https://github.com/postgres/postgres
Add strxfrm_l to list of functions where Windows adds an underscore.
Per buildfarm failure on bowerbird after last night's commit
4ea51cdfe8
.
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…
Reference in New Issue