From 8bc41f131b8d70c84c300f14cd64abd448126b43 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Tue, 18 Aug 2020 18:56:26 +0200 Subject: Add {name, open}_to_handle_at() implementation copied from musl 1.2.1. Signed-off-by: Petr Vorel --- libc/sysdeps/linux/common/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/common/Makefile.in') 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 \ -- cgit v1.2.3