diff options
Diffstat (limited to 'sysdeps/arm/nptl')
-rw-r--r-- | sysdeps/arm/nptl/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/arm/nptl/bits/pthreadtypes-arch.h | 2 | ||||
-rw-r--r-- | sysdeps/arm/nptl/bits/semaphore.h | 2 | ||||
-rw-r--r-- | sysdeps/arm/nptl/pthreaddef.h | 2 | ||||
-rw-r--r-- | sysdeps/arm/nptl/tls.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/arm/nptl/Makefile b/sysdeps/arm/nptl/Makefile index 5bb39426d5..00766b3c3b 100644 --- a/sysdeps/arm/nptl/Makefile +++ b/sysdeps/arm/nptl/Makefile @@ -13,7 +13,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/>. ifeq ($(subdir),csu) gen-as-const-headers += tcb-offsets.sym diff --git a/sysdeps/arm/nptl/bits/pthreadtypes-arch.h b/sysdeps/arm/nptl/bits/pthreadtypes-arch.h index 332b288067..70419c99f6 100644 --- a/sysdeps/arm/nptl/bits/pthreadtypes-arch.h +++ b/sysdeps/arm/nptl/bits/pthreadtypes-arch.h @@ -13,7 +13,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/>. */ #ifndef _BITS_PTHREADTYPES_ARCH_H #define _BITS_PTHREADTYPES_ARCH_H 1 diff --git a/sysdeps/arm/nptl/bits/semaphore.h b/sysdeps/arm/nptl/bits/semaphore.h index 59cc830bf8..c43916fcfa 100644 --- a/sysdeps/arm/nptl/bits/semaphore.h +++ b/sysdeps/arm/nptl/bits/semaphore.h @@ -13,7 +13,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/>. */ #ifndef _SEMAPHORE_H # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead." diff --git a/sysdeps/arm/nptl/pthreaddef.h b/sysdeps/arm/nptl/pthreaddef.h index 642dff5ce0..711080e8a6 100644 --- a/sysdeps/arm/nptl/pthreaddef.h +++ b/sysdeps/arm/nptl/pthreaddef.h @@ -13,7 +13,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/>. */ /* Default stack size. */ #define ARCH_STACK_DEFAULT_SIZE (2 * 1024 * 1024) diff --git a/sysdeps/arm/nptl/tls.h b/sysdeps/arm/nptl/tls.h index dea26f114e..5fe704e749 100644 --- a/sysdeps/arm/nptl/tls.h +++ b/sysdeps/arm/nptl/tls.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/>. */ #ifndef _ARM_NPTL_TLS_H #define _ARM_NPTL_TLS_H 1 |