about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-10 12:26:30 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-06-24 10:00:52 -0300
commitde8995a2a04163617c1a233b4b81356ef9f9741f (patch)
treecf7b222d36481bea05cb074db33be67decc28b70 /support/Makefile
parente3e3eb0a2ea615c272cec5f47ba9f243ccdaf386 (diff)
downloadglibc-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/Makefile1
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 \