summaryrefslogtreecommitdiff
path: root/modules/dup3
blob: c007e7258c7d6b684003c69d950aeb3fbdd37d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
dup3() function: copy a file descriptor, applying specific flags.

Files:
lib/dup3.c
m4/dup3.m4

Depends-on:
unistd
fcntl
binary-io
getdtablesize
extensions

configure.ac:
gl_FUNC_DUP3
gl_UNISTD_MODULE_INDICATOR([dup3])

Makefile.am:
lib_SOURCES += dup3.c

Include:
<unistd.h>

License:
LGPL

Maintainer:
Jim Meyering