about summary refs log tree commit diff
path: root/wcsmbs
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2023-05-17 09:34:53 -0400
committerCarlos O'Donell <carlos@redhat.com>2023-05-18 12:34:40 -0400
commit3643fb0a944d0e72a5c90680e389b7d73f97e172 (patch)
treee3446d02f7c77b300165652205404ab637f530f5 /wcsmbs
parent21050af6749c8c6ba00b0bc9d0218db0ac153889 (diff)
downloadglibc-3643fb0a944d0e72a5c90680e389b7d73f97e172.tar.gz
glibc-3643fb0a944d0e72a5c90680e389b7d73f97e172.tar.xz
glibc-3643fb0a944d0e72a5c90680e389b7d73f97e172.zip
wcsmbs: Reformat Makefile.
Reflow Makefile.
Sort using updated scripts/sort-makefile-lines.py.

Code generation is changed as routines are linked in sorted order
as expected.

No regressions on x86_64 and i686.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index 347b44841e..ea8ea7b3e6 100644
--- a/wcsmbs/Makefile
+++ b/wcsmbs/Makefile
@@ -52,9 +52,9 @@ routines := \
   isoc99_vwscanf \
   isoc99_wscanf \
   mbrlen \
+  mbrtoc8 \
   mbrtoc16 \
   mbrtoc32 \
-  mbrtoc8 \
   mbrtowc \
   mbsinit \
   mbsnrtowcs \