diff options
Diffstat (limited to 'sysdeps/wordsize-32/lldiv.c')
-rw-r--r-- | sysdeps/wordsize-32/lldiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-32/lldiv.c b/sysdeps/wordsize-32/lldiv.c index ce66a64a41..955e6532af 100644 --- a/sysdeps/wordsize-32/lldiv.c +++ b/sysdeps/wordsize-32/lldiv.c @@ -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/>. */ /* Ugly trick ahead to make the alias work. */ #define imaxdiv __libc_imaxdiv |