summaryrefslogtreecommitdiff
path: root/dlfcn/bug-atexit1.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 19:30:36 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 19:30:36 +0000
commit704e05ff173885df6d1d27f381604429f27fd4de (patch)
treefc67caec36bc5ed0c4190cafd38f69850a10ca0a /dlfcn/bug-atexit1.c
parentecfe3e291f848cf598309d746619de62ea88fabb (diff)
parent3fcbb67b7949a8b362de5558bf1c6dd7ec5d21cf (diff)
Merge branch 't/tls-threadvar' into refs/top-bases/t/ONSTACK
Diffstat (limited to 'dlfcn/bug-atexit1.c')
-rw-r--r--dlfcn/bug-atexit1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn/bug-atexit1.c b/dlfcn/bug-atexit1.c
index e2d1d2f776..fdfb6bc0b7 100644
--- a/dlfcn/bug-atexit1.c
+++ b/dlfcn/bug-atexit1.c
@@ -1,5 +1,5 @@
/* Derived from a test case in
- http://sourceware.org/bugzilla/show_bug.cgi?id=1158. */
+ https://sourceware.org/bugzilla/show_bug.cgi?id=1158. */
#include <dlfcn.h>
#include <stdio.h>
#include <stdlib.h>