diff options
Diffstat (limited to 'sysdeps/arm/armv7/multiarch/ifunc-memchr.h')
-rw-r--r-- | sysdeps/arm/armv7/multiarch/ifunc-memchr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/armv7/multiarch/ifunc-memchr.h b/sysdeps/arm/armv7/multiarch/ifunc-memchr.h index e5eb4da19e..063f127092 100644 --- a/sysdeps/arm/armv7/multiarch/ifunc-memchr.h +++ b/sysdeps/arm/armv7/multiarch/ifunc-memchr.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ __typeof (REDIRECT_NAME) OPTIMIZE (neon) attribute_hidden; __typeof (REDIRECT_NAME) OPTIMIZE (noneon) attribute_hidden; |