From 9e4ca377aec9e49d3c0291d5cf284a673279730c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 8 Dec 2005 22:35:04 +0000 Subject: locale.h can't be included --- libc/string/arm/strcmp.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/string') diff --git a/libc/string/arm/strcmp.S b/libc/string/arm/strcmp.S index 2f45c2a58..33acc14cf 100644 --- a/libc/string/arm/strcmp.S +++ b/libc/string/arm/strcmp.S @@ -29,7 +29,7 @@ * by Erik Andersen */ -#include +#include .global strcmp .set strcmp,__strcmp @@ -50,7 +50,7 @@ __strcmp: mov pc, lr .size __strcmp,.-__strcmp -#ifdef __LOCALE_C_ONLY +#ifndef __UCLIBC_HAS_LOCALE__ .global __strcoll ; .hidden __strcoll ; __strcoll = __strcmp .global strcoll ; .set strcoll,__strcmp #endif -- cgit v1.2.3