summaryrefslogtreecommitdiff
path: root/time/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/strftime.c')
-rw-r--r--time/strftime.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/time/strftime.c b/time/strftime.c
index 995a6d9f8f..bcd7ff1e16 100644
--- a/time/strftime.c
+++ b/time/strftime.c
@@ -90,11 +90,7 @@ extern char *tzname[];
# define CHAR_T wchar_t
# define UCHAR_T unsigned int
# define L_(Str) L##Str
-# if __BYTE_ORDER == __LITTLE_ENDIAN
-# define NLW(Sym) _NL_W##Sym##_EL
-# else
-# define NLW(Sym) _NL_W##Sym##_EB
-# endif
+# define NLW(Sym) _NL_W##Sym
# define MEMCPY(d, s, n) wmemcpy (d, s, n)
# define STRLEN(s) wcslen (s)