diff options
Diffstat (limited to 'sysdeps/generic/pagecopy.h')
-rw-r--r-- | sysdeps/generic/pagecopy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pagecopy.h b/sysdeps/generic/pagecopy.h index fde8235ef5..fbdcc54873 100644 --- a/sysdeps/generic/pagecopy.h +++ b/sysdeps/generic/pagecopy.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/>. */ /* The macro PAGE_COPY_FWD_MAYBE defined in memcopy.h is used in memmove if the PAGE_COPY_THRESHOLD macro is set to a non-zero value. The default is 0, |