summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile.in
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2020-08-18 18:56:26 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-19 13:48:46 +0200
commit8bc41f131b8d70c84c300f14cd64abd448126b43 (patch)
treeb4d9b893583b909469e23409ac42bceba1fd8399 /libc/sysdeps/linux/common/Makefile.in
parent8b1f6b2e08ed3c15484c2ca0c3f0a45125c559c1 (diff)
Add {name, open}_to_handle_at() implementation
copied from musl 1.2.1. Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile.in')
-rw-r--r--libc/sysdeps/linux/common/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index f114a5bd1..9562de52c 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -32,6 +32,8 @@ CSRC-$(UCLIBC_LINUX_SPECIFIC) += \
iopl.c \
modify_ldt.c \
module.c \
+ name_to_handle_at.c \
+ open_by_handle_at.c \
personality.c \
pipe2.c \
ppoll.c \