summaryrefslogtreecommitdiff
path: root/MODULES.html.sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-06-04 19:54:09 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-06-04 19:58:52 -0700
commit508eb99193de67a76bd3e02e85504cbc555f0a61 (patch)
treeac7ebbb7e318ae8b112a820c49fa5fc182456a35 /MODULES.html.sh
parentb8e6ceb712d1c808553af50517b0267f096c8468 (diff)
downloadgnulib-508eb99193de67a76bd3e02e85504cbc555f0a61.tar.gz
copy-file-range: new module
* MODULES.html.sh: Add copy-file-range. * lib/copy-file-range.c, m4/copy-file-range.m4: * modules/copy-file-range: New files. * lib/unistd.in.h (copy_file_range): Declare. * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set up GNULIB_COPY_FILE_RANGE and HAVE_COPY_FILE_RANGE. * modules/unistd (unistd.h): Substitute them.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-xMODULES.html.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh
index 78b6d49180..80f0c2973c 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -2735,6 +2735,7 @@ func_all_modules ()
func_begin_table
func_module binary-io
+ func_module copy-file-range
func_module dup3
func_module fcntl-safer
func_module fd-safer-flag