mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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.
This commit is contained in:
@ -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>
|
2018-01-02 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/powerpc/nofpu/libm-test-ulps: Update.
|
* sysdeps/powerpc/nofpu/libm-test-ulps: Update.
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <shlib-compat.h>
|
#include <shlib-compat.h>
|
||||||
|
|
||||||
/* Add this redirection so the strong_alias for __RLIM_T_MATCHES_RLIM64_T
|
/* 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
|
||||||
#undef __getrlimit
|
#undef __getrlimit
|
||||||
#define getrlimit getrlimit_redirect
|
#define getrlimit getrlimit_redirect
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
#include <shlib-compat.h>
|
#include <shlib-compat.h>
|
||||||
|
|
||||||
/* Add this redirection so the strong_alias for __RLIM_T_MATCHES_RLIM64_T
|
/* Add this redirection so the strong_alias for __RLIM_T_MATCHES_RLIM64_T
|
||||||
linking setlimit64 to {__}setrlimit does not throw a type error. */
|
linking setrlimit64 to {__}setrlimit does not throw a type error. */
|
||||||
#undef settrlimit
|
#undef setrlimit
|
||||||
#undef __sttrlimit
|
#undef __setrlimit
|
||||||
#define setrlimit setrlimit_redirect
|
#define setrlimit setrlimit_redirect
|
||||||
#define __setrlimit __setrlimit_redirect
|
#define __setrlimit __setrlimit_redirect
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
Reference in New Issue
Block a user