about summary refs log tree commit diff
path: root/sysdeps/posix/flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/flock.c')
-rw-r--r--sysdeps/posix/flock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/flock.c b/sysdeps/posix/flock.c
index 284c141e2a..2c5e661905 100644
--- a/sysdeps/posix/flock.c
+++ b/sysdeps/posix/flock.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 file implements the `flock' function in terms of the POSIX.1 `fcntl'
    locking mechanism.  In 4BSD, these are two incompatible locking mechanisms,