strtoumax: fix typo in previous commit.
[gnulib.git] / modules / dup3
1 Description:
2 dup3() function: copy a file descriptor, applying specific flags.
3
4 Files:
5 lib/dup3.c
6 m4/dup3.m4
7
8 Depends-on:
9 unistd
10 fcntl
11 binary-io
12 getdtablesize
13 extensions
14
15 configure.ac:
16 gl_FUNC_DUP3
17 gl_UNISTD_MODULE_INDICATOR([dup3])
18
19 Makefile.am:
20 lib_SOURCES += dup3.c
21
22 Include:
23 <unistd.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible, Jim Meyering