aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-02-10 16:48:15 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-02-17 15:56:54 -0300
commita9b3b770f596c9f9fd059f5a90a4e1db3c4f3835 (patch)
tree584070dd6ef923124d6a1916f50eabf78be460d0 /sysdeps/s390
parent3e20ddade31d9c392d8ccf7ec902172f4bb01c2b (diff)
downloadglibc-a9b3b770f596c9f9fd059f5a90a4e1db3c4f3835.zip
glibc-a9b3b770f596c9f9fd059f5a90a4e1db3c4f3835.tar.gz
glibc-a9b3b770f596c9f9fd059f5a90a4e1db3c4f3835.tar.bz2
string: Remove string_private.h
Now that _STRING_ARCH_unaligned is not used anymore. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
Diffstat (limited to 'sysdeps/s390')
-rw-r--r--sysdeps/s390/string_private.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysdeps/s390/string_private.h b/sysdeps/s390/string_private.h
deleted file mode 100644
index 3591f83..0000000
--- a/sysdeps/s390/string_private.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Define _STRING_ARCH_unaligned. S/390 version.
- Copyright (C) 2016-2023 Free Software Foundation, Inc.
- This file is part of the GNU C Library.
-
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- The GNU C Library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, see
- <https://www.gnu.org/licenses/>. */
-
-/* The s390 processors can access unaligned multi-byte variables. */
-#define _STRING_ARCH_unaligned 1