projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa71939
)
Add strxfrm_l to list of functions where Windows adds an underscore.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 20 Jan 2015 15:52:01 +0000
(10:52 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 20 Jan 2015 15:52:01 +0000
(10:52 -0500)
Per buildfarm failure on bowerbird after last night's commit
4ea51cdfe85ceef8afabceb03c446574daa0ac23
.
Peter Geoghegan
src/include/port/win32.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/win32.h
b/src/include/port/win32.h
index 550c3ecff4268f8af198d6eb0635c2d0725e2f7e..4cb51ec7bea68476a25402c58dc8b2f1d0e75534 100644
(file)
--- a/
src/include/port/win32.h
+++ b/
src/include/port/win32.h
@@
-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