diff options
Diffstat (limited to 'csu/dso_handle.c')
-rw-r--r-- | csu/dso_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/dso_handle.c b/csu/dso_handle.c index 05960bca03..cb01bb1e52 100644 --- a/csu/dso_handle.c +++ b/csu/dso_handle.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/>. */ /* We have to define __dso_handle ourselves since we do not use gcc's crtbegin files. */ |