38bdcf039c95cefcbf340416217efcea8b51afc6
[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
14 configure.ac:
15 gl_FUNC_DUP3
16 gl_UNISTD_MODULE_INDICATOR([dup3])
17
18 Makefile.am:
19
20 Include:
21 <unistd.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible, Jim Meyering