From 5cab11b7ea82080d311b88f9bf49e78b3033f365 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 21 Sep 2021 08:46:27 -0400 Subject: [build] check for pread(), pwrite(), splice() --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bb3dfb65..d90c0598 100644 --- a/configure.ac +++ b/configure.ac @@ -1512,12 +1512,15 @@ AC_CHECK_FUNCS([\ pipe2 \ poll \ port_create \ + pread \ + pwrite \ select \ send_file \ sendfile \ sendfile64 \ sigaction \ signal \ + splice \ srandom \ strerror_r \ timegm \ -- cgit v1.2.1