[PATCH] Remove unused defines from strxfrm_l.c and strcoll_l.c
Ondřej Bílka
neleai@seznam.cz
Sun Feb 8 10:40:00 GMT 2015
looks ok.
On Sun, Feb 08, 2015 at 10:06:36AM +0100, Leonhard Holz wrote:
> * 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