diff options
Diffstat (limited to 'stdlib/tst-on_exit.c')
-rw-r--r-- | stdlib/tst-on_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-on_exit.c b/stdlib/tst-on_exit.c index c9a50bcfb9..bdc8b5c05a 100644 --- a/stdlib/tst-on_exit.c +++ b/stdlib/tst-on_exit.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/>. */ #define ATEXIT(fn) on_exit ((void (*) (int, void *)) fn, (void *) 0) #define EXIT(x) exit (x) |