diff options
Diffstat (limited to 'nptl/tst-stack4mod.c')
-rw-r--r-- | nptl/tst-stack4mod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-stack4mod.c b/nptl/tst-stack4mod.c index 517d4fbd93..71925edb4f 100644 --- a/nptl/tst-stack4mod.c +++ b/nptl/tst-stack4mod.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/>. */ /* 256 is arbitrary here and is known to trigger PR 13862. */ __thread int var[256] attribute_hidden = {0}; |