]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/memusage.h
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / i386 / memusage.h
index 287ff9f0b9943fbfcf489465bc90ac4d9725c749..86104a5c601364df3545d1ba1d8a13ac95bb9758 100644 (file)
@@ -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/>.  */
 
 #define GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })