diff options
Diffstat (limited to 'nptl/sem_wait.c')
-rw-r--r-- | nptl/sem_wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sem_wait.c b/nptl/sem_wait.c index 20a8b9d377..84207199c7 100644 --- a/nptl/sem_wait.c +++ b/nptl/sem_wait.c @@ -15,7 +15,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/>. */ #include <lowlevellock.h> /* lll_futex* used by the old code. */ #include "sem_waitcommon.c" |