mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +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 ret;
|
||||
#ifdef HAVE_CLONE3_WAPPER
|
||||
#ifdef HAVE_CLONE3_WRAPPER
|
||||
/* Try clone3 first. */
|
||||
int saved_errno = errno;
|
||||
ret = __clone3 (cl_args, sizeof (*cl_args), func, arg);
|
||||
|
Reference in New Issue
Block a user