diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2020-08-18 18:56:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-19 13:48:46 +0200 |
commit | 8bc41f131b8d70c84c300f14cd64abd448126b43 (patch) | |
tree | b4d9b893583b909469e23409ac42bceba1fd8399 /libc/sysdeps/linux/common/Makefile.in | |
parent | 8b1f6b2e08ed3c15484c2ca0c3f0a45125c559c1 (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.in | 2 |
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 \ |