diff options
Diffstat (limited to 'sysdeps/generic/ifunc-init.h')
-rw-r--r-- | sysdeps/generic/ifunc-init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/ifunc-init.h b/sysdeps/generic/ifunc-init.h index 5b32985b4f..a5127788af 100644 --- a/sysdeps/generic/ifunc-init.h +++ b/sysdeps/generic/ifunc-init.h @@ -14,7 +14,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/>. */ /* These macros are used to implement ifunc selection in C. To implement an ifunc function, foo, which returns the address of __foo_impl1 or |