mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Replace Minumum/minumum with Minimum/minimum
Replace Minumum/minumum in comments with Minimum/minimum.
This commit is contained in:
@ -23,7 +23,7 @@
|
|||||||
# error "Never include this file directly. Use <signal.h> instead"
|
# error "Never include this file directly. Use <signal.h> instead"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Minumum stack size for a signal handler. */
|
/* Minimum stack size for a signal handler. */
|
||||||
#define MINSIGSTKSZ 8192
|
#define MINSIGSTKSZ 8192
|
||||||
|
|
||||||
/* System default stack size. */
|
/* System default stack size. */
|
||||||
|
@ -505,7 +505,7 @@ void *(*__morecore)(ptrdiff_t) = __default_morecore;
|
|||||||
if no space is available. Additionally, on failure, errno is
|
if no space is available. Additionally, on failure, errno is
|
||||||
set to ENOMEM on ANSI C systems.
|
set to ENOMEM on ANSI C systems.
|
||||||
|
|
||||||
If n is zero, malloc returns a minumum-sized chunk. (The minimum
|
If n is zero, malloc returns a minimum-sized chunk. (The minimum
|
||||||
size is 16 bytes on most 32bit systems, and 24 or 32 bytes on 64bit
|
size is 16 bytes on most 32bit systems, and 24 or 32 bytes on 64bit
|
||||||
systems.) On most systems, size_t is an unsigned type, so calls
|
systems.) On most systems, size_t is an unsigned type, so calls
|
||||||
with negative arguments are interpreted as requests for huge amounts
|
with negative arguments are interpreted as requests for huge amounts
|
||||||
|
2
sysdeps/unix/sysv/linux/mips/configure
vendored
2
sysdeps/unix/sysv/linux/mips/configure
vendored
@ -479,7 +479,7 @@ fi
|
|||||||
# Check if we are supposed to run on kernels older than 4.8.0. If so,
|
# Check if we are supposed to run on kernels older than 4.8.0. If so,
|
||||||
# force executable stack to avoid potential runtime problems with fpu
|
# force executable stack to avoid potential runtime problems with fpu
|
||||||
# emulation.
|
# emulation.
|
||||||
# NOTE: The check below assumes that in absence of user-provided minumum_kernel
|
# NOTE: The check below assumes that in absence of user-provided minimum_kernel
|
||||||
# we will default to arch_minimum_kernel which is currently less than 4.8.0 for
|
# we will default to arch_minimum_kernel which is currently less than 4.8.0 for
|
||||||
# all known configurations. If this changes, the check must be updated.
|
# all known configurations. If this changes, the check must be updated.
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler must use executable stack" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler must use executable stack" >&5
|
||||||
|
@ -138,7 +138,7 @@ fi
|
|||||||
# Check if we are supposed to run on kernels older than 4.8.0. If so,
|
# Check if we are supposed to run on kernels older than 4.8.0. If so,
|
||||||
# force executable stack to avoid potential runtime problems with fpu
|
# force executable stack to avoid potential runtime problems with fpu
|
||||||
# emulation.
|
# emulation.
|
||||||
# NOTE: The check below assumes that in absence of user-provided minumum_kernel
|
# NOTE: The check below assumes that in absence of user-provided minimum_kernel
|
||||||
# we will default to arch_minimum_kernel which is currently less than 4.8.0 for
|
# we will default to arch_minimum_kernel which is currently less than 4.8.0 for
|
||||||
# all known configurations. If this changes, the check must be updated.
|
# all known configurations. If this changes, the check must be updated.
|
||||||
AC_CACHE_CHECK([whether the compiler must use executable stack],
|
AC_CACHE_CHECK([whether the compiler must use executable stack],
|
||||||
|
Reference in New Issue
Block a user