diff options
| author | Aurelien Jarno <aurelien@aurel32.net> | 2018-01-02 21:05:29 +0100 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2018-01-02 21:05:29 +0100 |
| commit | d35989be876fea4e0932da64a1874c29136ef1aa (patch) | |
| tree | ee92a5f42e7a8d784c178635ce10a12f7b1e88eb /ChangeLog | |
| parent | 28fd6a44cb57afeb8a03fb8dd102cf9f5b5a5071 (diff) | |
| download | glibc-d35989be876fea4e0932da64a1874c29136ef1aa.tar.xz glibc-d35989be876fea4e0932da64a1874c29136ef1aa.zip | |
Fix typos in getrlimit64.c and setrlimit64.c
Changelog:
* sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Fix a typo in the
comment.
* sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Fix a typo in the
comment.
(settrlimit): Rename into setrlimit.
(__sttrlimit): Rename into __setrlimit.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2018-01-02 Aurelien Jarno <aurelien@aurel32.net> + + * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Fix a typo in the + comment. + * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Fix a typo in the + comment. + (settrlimit): Rename into setrlimit. + (__sttrlimit): Rename into __setrlimit. + 2018-01-02 Joseph Myers <joseph@codesourcery.com> * sysdeps/powerpc/nofpu/libm-test-ulps: Update. |
