]> sourceware.org Git - glibc.git/commit
i386: Add the clone3 wrapper
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 12 May 2021 18:02:47 +0000 (11:02 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 19 Jul 2021 14:36:19 +0000 (07:36 -0700)
commit5adb0e14a5cc9e011e58a7aaf193b598ecbd7b07
tree67083b4eab35852ec1495c34b813abe272a8ad26
parentee5ed99922ca90bcea4a2f9a48a0c9ae4b534ece
i386: Add the clone3 wrapper

extern int clone3 (struct clone_args *__cl_args, size_t __size,
   int (*__func) (void *__arg), void *__arg);

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/unix/sysv/linux/i386/clone3.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/sysdep.h
This page took 0.042354 seconds and 5 git commands to generate.