mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPER
This commit is contained in:
@@ -48,7 +48,7 @@ __clone_internal (struct clone_args *cl_args,
|
|||||||
int (*func) (void *arg), void *arg)
|
int (*func) (void *arg), void *arg)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
#ifdef HAVE_CLONE3_WAPPER
|
#ifdef HAVE_CLONE3_WRAPPER
|
||||||
/* Try clone3 first. */
|
/* Try clone3 first. */
|
||||||
int saved_errno = errno;
|
int saved_errno = errno;
|
||||||
ret = __clone3 (cl_args, sizeof (*cl_args), func, arg);
|
ret = __clone3 (cl_args, sizeof (*cl_args), func, arg);
|
||||||
|
@@ -291,7 +291,7 @@ struct libc_do_syscall_args
|
|||||||
# define HAVE_TIME_VSYSCALL "__vdso_time"
|
# define HAVE_TIME_VSYSCALL "__vdso_time"
|
||||||
# define HAVE_CLOCK_GETRES_VSYSCALL "__vdso_clock_getres"
|
# define HAVE_CLOCK_GETRES_VSYSCALL "__vdso_clock_getres"
|
||||||
|
|
||||||
# define HAVE_CLONE3_WAPPER 1
|
# define HAVE_CLONE3_WRAPPER 1
|
||||||
|
|
||||||
# undef HAVE_INTERNAL_BRK_ADDR_SYMBOL
|
# undef HAVE_INTERNAL_BRK_ADDR_SYMBOL
|
||||||
# define HAVE_INTERNAL_BRK_ADDR_SYMBOL 1
|
# define HAVE_INTERNAL_BRK_ADDR_SYMBOL 1
|
||||||
|
@@ -377,7 +377,7 @@
|
|||||||
# define HAVE_GETCPU_VSYSCALL "__vdso_getcpu"
|
# define HAVE_GETCPU_VSYSCALL "__vdso_getcpu"
|
||||||
# define HAVE_CLOCK_GETRES64_VSYSCALL "__vdso_clock_getres"
|
# define HAVE_CLOCK_GETRES64_VSYSCALL "__vdso_clock_getres"
|
||||||
|
|
||||||
# define HAVE_CLONE3_WAPPER 1
|
# define HAVE_CLONE3_WRAPPER 1
|
||||||
|
|
||||||
# define SINGLE_THREAD_BY_GLOBAL 1
|
# define SINGLE_THREAD_BY_GLOBAL 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user