set -e
}
-# Concatentation test.
+# Concatenation test.
run_iconv -o "$tmp/out" "$tmp/abc" "$tmp/def"
expect_files abc def
#undef __GLIBC_USE_DEPRECATED_SCANF
#undef __GLIBC_USE_C23_STRTOL
-/* Suppress kernel-name space pollution unless user expressedly asks
+/* Suppress kernel-name space pollution unless user explicitly asks
for it. */
#ifndef _LOOSE_KERNEL_NAMES
# define __KERNEL_STRICT_NAMES
-/* Symbol rediretion for loader/static initialization code.
+/* Symbol redirection for loader/static initialization code.
Copyright (C) 2022-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
#include <syscall_types.h>
/* Adjust both the __syscall_cancel and the SYSCALL_CANCEL macro to support
- 7 arguments instead of default 6 (curently only mip32). It avoid add
+ 7 arguments instead of default 6 (currently only mip32). It avoid add
the requirement to each architecture to support 7 argument macros
{INTERNAL,INLINE}_SYSCALL. */
#ifdef HAVE_CANCELABLE_SYSCALL_WITH_7_ARGS
unsigned char __reserved[4096] __attribute__ ((__aligned__ (16)));
} mcontext_t;
-/* Userlevel context. */
+/* User-level context. */
typedef struct ucontext_t
{
unsigned long __ctx(uc_flags);
#include <unistd.h>
/* Call the clone syscall with fork semantic. The CTID address is used
- to store the child thread ID at its locationm, to erase it in child memory
+ to store the child thread ID at its location, to erase it in child memory
when the child exits, and do a wakeup on the futex at that address.
The architecture with non-default kernel abi semantic should correctly