mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix misspellings in sysdeps/unix -- BZ 25337
Applying this commit results in bit-identical rebuild of libc.so.6 math/libm.so.6 elf/ld-linux-x86-64.so.2 mathvec/libmvec.so.1 Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
@@ -203,7 +203,7 @@ __spawni_child (void *arguments)
|
||||
{
|
||||
/* POSIX states that if fildes was already an open file descriptor,
|
||||
it shall be closed before the new file is opened. This avoid
|
||||
pontential issues when posix_spawn plus addopen action is called
|
||||
potential issues when posix_spawn plus addopen action is called
|
||||
with the process already at maximum number of file descriptor
|
||||
opened and also for multiple actions on single-open special
|
||||
paths (like /dev/watchdog). */
|
||||
@@ -325,7 +325,7 @@ __spawnix (pid_t * pid, const char *file,
|
||||
ptrdiff_t argc = 0;
|
||||
/* Linux allows at most max (0x7FFFFFFF, 1/4 stack size) arguments
|
||||
to be used in a execve call. We limit to INT_MAX minus one due the
|
||||
compatiblity code that may execute a shell script (maybe_script_execute)
|
||||
compatibility code that may execute a shell script (maybe_script_execute)
|
||||
where it will construct another argument list with an additional
|
||||
argument. */
|
||||
ptrdiff_t limit = INT_MAX - 1;
|
||||
|
||||
Reference in New Issue
Block a user