diff options
Diffstat (limited to 'malloc/tst-mxfast.c')
-rw-r--r-- | malloc/tst-mxfast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/tst-mxfast.c b/malloc/tst-mxfast.c index 7a7750b..b579ee0 100644 --- a/malloc/tst-mxfast.c +++ b/malloc/tst-mxfast.c @@ -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/>. */ /* This test verifies that setting the glibc.malloc.mxfast tunable to zero results in free'd blocks being returned to the small bins, not |