summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-08-11 20:22:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-08-11 20:22:48 +0200
commit811cd361e144dd7bdf75bcad8b4572ec786af5c7 (patch)
tree81451cdd45f1ecf5f72a2a12dd17fecb7b1cb889 /libc/sysdeps/linux/common/Makefile.in
parent593eff77fa4d9ce95f3a9e7e8207ef9ddf4dcf9b (diff)
add memfd_create syscall wrapper
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile.in')
-rw-r--r--libc/sysdeps/linux/common/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index 848bc1e4a..83be2691e 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -30,6 +30,7 @@ CSRC-$(UCLIBC_LINUX_SPECIFIC) += \
inotify.c \
ioperm.c \
iopl.c \
+ memfd_create.c \
modify_ldt.c \
module.c \
name_to_handle_at.c \