diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-10 12:26:30 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-06-24 10:00:52 -0300 |
commit | de8995a2a04163617c1a233b4b81356ef9f9741f (patch) | |
tree | cf7b222d36481bea05cb074db33be67decc28b70 /support/Makefile | |
parent | e3e3eb0a2ea615c272cec5f47ba9f243ccdaf386 (diff) | |
download | glibc-de8995a2a04163617c1a233b4b81356ef9f9741f.tar.gz glibc-de8995a2a04163617c1a233b4b81356ef9f9741f.tar.xz glibc-de8995a2a04163617c1a233b4b81356ef9f9741f.zip |
support: Add xclone
It is a wrapper for Linux clone syscall, to simplify the call to the use only the most common arguments and remove architecture specific handling (such as ia64 different name and signature).
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index 278f4627d8..5c69f0de4b 100644 --- a/support/Makefile +++ b/support/Makefile @@ -103,6 +103,7 @@ libsupport-routines = \ xclock_gettime_time64 \ xclock_settime \ xclock_settime_time64 \ + xclone \ xclose \ xchmod \ xconnect \ |