diff options
Diffstat (limited to 'posix/tst-getopt-cancel.c')
-rw-r--r-- | posix/tst-getopt-cancel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-getopt-cancel.c b/posix/tst-getopt-cancel.c index cfbfc81db4..5f5cb4be52 100644 --- a/posix/tst-getopt-cancel.c +++ b/posix/tst-getopt-cancel.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/>. */ /* fprintf is a cancellation point, but getopt is not supposed to be a cancellation point, even when it prints error messages. */ |