[PATCH] Remove unused defines from strxfrm_l.c and strcoll_l.c

Leonhard Holz leonhard.holz@web.de
Sun Feb 8 09:06:00 GMT 2015


	* string/strxfrm_l.c: Remove #define STRCMP.
	* string/strcoll_l.c: Remove #define STRLEN.

diff --git a/string/strxfrm_l.c b/string/strxfrm_l.c
index 921d1f7..8b61ea2 100644
--- a/string/strxfrm_l.c
+++ b/string/strxfrm_l.c
@@ -29,7 +29,6 @@
  # define STRING_TYPE char
  # define USTRING_TYPE unsigned char
  # define STRXFRM __strxfrm_l
-# define STRCMP strcmp
  # define STRLEN strlen
  # define STPNCPY __stpncpy
  # define WEIGHT_H "../locale/weight.h"

diff --git a/string/strcoll_l.c b/string/strcoll_l.c
index 85422bd..658d5b9 100644
--- a/string/strcoll_l.c
+++ b/string/strcoll_l.c
@@ -30,7 +30,6 @@
  # define USTRING_TYPE unsigned char
  # define STRCOLL __strcoll_l
  # define STRCMP strcmp
-# define STRLEN strlen
  # define WEIGHT_H "../locale/weight.h"
  # define SUFFIX        MB
  # define L(arg) arg



More information about the Libc-alpha mailing list