diff options
Diffstat (limited to 'elf/tst-nodelete-dlclose-dso.c')
-rw-r--r-- | elf/tst-nodelete-dlclose-dso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-nodelete-dlclose-dso.c b/elf/tst-nodelete-dlclose-dso.c index 1d65fc4992..0f976d2944 100644 --- a/elf/tst-nodelete-dlclose-dso.c +++ b/elf/tst-nodelete-dlclose-dso.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 is the primary DSO that is loaded by the appliation. This DSO then loads a plugin with RTLD_NODELETE. This plugin depends on this |