diff options
Diffstat (limited to 'stdlib/putenv.c')
-rw-r--r-- | stdlib/putenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/putenv.c b/stdlib/putenv.c index dde7758a98..e308855850 100644 --- a/stdlib/putenv.c +++ b/stdlib/putenv.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/>. */ #if defined _AIX && !defined __GNUC__ #pragma alloca |