From d35989be876fea4e0932da64a1874c29136ef1aa Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 2 Jan 2018 21:05:29 +0100 Subject: 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. --- sysdeps/unix/sysv/linux/getrlimit64.c | 2 +- sysdeps/unix/sysv/linux/setrlimit64.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/getrlimit64.c b/sysdeps/unix/sysv/linux/getrlimit64.c index 66cb623..3dcab58 100644 --- a/sysdeps/unix/sysv/linux/getrlimit64.c +++ b/sysdeps/unix/sysv/linux/getrlimit64.c @@ -21,7 +21,7 @@ #include /* Add this redirection so the strong_alias for __RLIM_T_MATCHES_RLIM64_T - linking getlimit64 to {__}getrlimit does not throw a type error. */ + linking getrlimit64 to {__}getrlimit does not throw a type error. */ #undef getrlimit #undef __getrlimit #define getrlimit getrlimit_redirect diff --git a/sysdeps/unix/sysv/linux/setrlimit64.c b/sysdeps/unix/sysv/linux/setrlimit64.c index 7379d6b..3ec831f 100644 --- a/sysdeps/unix/sysv/linux/setrlimit64.c +++ b/sysdeps/unix/sysv/linux/setrlimit64.c @@ -21,9 +21,9 @@ #include /* Add this redirection so the strong_alias for __RLIM_T_MATCHES_RLIM64_T - linking setlimit64 to {__}setrlimit does not throw a type error. */ -#undef settrlimit -#undef __sttrlimit + linking setrlimit64 to {__}setrlimit does not throw a type error. */ +#undef setrlimit +#undef __setrlimit #define setrlimit setrlimit_redirect #define __setrlimit __setrlimit_redirect #include -- cgit v1.1