summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-01-21 04:20:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-01-21 04:20:55 +0100
commitae1144b1562e7675e9e97529bba7eb168d2f0500 (patch)
tree19d760d625d0af7597c7502a8f6e70661d00d09e /libc
parent6b6f51c21dd29685bd1339de0bdffc0929316c63 (diff)
add prlimit syscall wrapper
Diffstat (limited to 'libc')
-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 9562de52c..848bc1e4a 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -38,6 +38,7 @@ CSRC-$(UCLIBC_LINUX_SPECIFIC) += \
pipe2.c \
ppoll.c \
prctl.c \
+ prlimit.c \
readahead.c \
reboot.c \
remap_file_pages.c \