[syslinux] [PATCH 08/21] lua: the COM32 API does not provide strcoll()

Ferenc Wágner wferi at niif.hu
Tue Oct 15 11:03:36 PDT 2013


---
 com32/lua/src/lvm.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/com32/lua/src/lvm.c b/com32/lua/src/lvm.c
index 9cb7571..58312ac 100644
--- a/com32/lua/src/lvm.c
+++ b/com32/lua/src/lvm.c
@@ -5,6 +5,9 @@
 */
 
 
+#ifdef SYSLINUX
+#define strcoll strcmp
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-- 
1.7.10.4



More information about the Syslinux mailing list