]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/sched_yield.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / posix / sched_yield.c
index 2335c851543968ddd16f0530cce36ab5657faff0..c0957fdda906b28c055aaf521c390fa4ff12b1e0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -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/>.  */
 
 #include <errno.h>
 #include <sched.h>
@@ -30,4 +30,3 @@ stub_warning (sched_yield)
 libc_hidden_def (__sched_yield)
 
 weak_alias (__sched_yield, sched_yield)
-#include <stub-tag.h>