diff options
Diffstat (limited to 'nptl/tst-rwlock16.c')
-rw-r--r-- | nptl/tst-rwlock16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-rwlock16.c b/nptl/tst-rwlock16.c index cba5560699..76489e3612 100644 --- a/nptl/tst-rwlock16.c +++ b/nptl/tst-rwlock16.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/>. */ /* This tests that with a reader-preferring rwlock, all readers are woken if one reader "steals" lock ownership from a blocked writer. */ |