diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-14 17:28:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-14 17:28:19 +0200 |
commit | 3d975fa52b82e390ecbb0252739ee3fae64266c2 (patch) | |
tree | 9f33f52b464efef21ca2fd03ff47cebfd3a84299 /libc/sysdeps/linux/common/Makefile.in | |
parent | ecbc412d0d93c8b7b77bec6539b290c9da5401cf (diff) |
add process_vm_{read,write}v syscall wrapper from glibc
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 83be2691e..e0b280c33 100644 --- a/libc/sysdeps/linux/common/Makefile.in +++ b/libc/sysdeps/linux/common/Makefile.in @@ -40,6 +40,8 @@ CSRC-$(UCLIBC_LINUX_SPECIFIC) += \ ppoll.c \ prctl.c \ prlimit.c \ + process_vm_readv.c \ + process_vm_writev.c \ readahead.c \ reboot.c \ remap_file_pages.c \ |