diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-07 02:54:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-07 03:13:16 -0700 |
commit | 5cb226d7e4e710939cff7288bf9970cb52ec0dfa (patch) | |
tree | 0af26f4a9ca4f95b30dca80ad56404fe6e657743 /sysdeps/unix/sysv/linux/s390 | |
parent | 5a82c74822d3272df2f5929133680478c0cfb4bd (diff) | |
download | glibc-5cb226d7e4e710939cff7288bf9970cb52ec0dfa.tar glibc-5cb226d7e4e710939cff7288bf9970cb52ec0dfa.tar.gz glibc-5cb226d7e4e710939cff7288bf9970cb52ec0dfa.tar.bz2 glibc-5cb226d7e4e710939cff7288bf9970cb52ec0dfa.zip |
Fix three GNU license URLs, along with trailing-newline issues.
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/syscall.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S index b51aa2fc50..bbe4d79848 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S @@ -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/>. */ #include <sysdep.h> @@ -59,4 +59,3 @@ ENTRY (syscall) jgnl SYSCALL_ERROR_LABEL br %r14 /* Return to caller. */ PSEUDO_END (syscall) - |