Distribute all lib/* source files through EXTRA_DIST.
[gnulib.git] / modules / dup2
1 Description:
2 dup2() function: duplicate an open file descriptor.
3
4 Files:
5 lib/dup2.c
6 m4/dup2.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_FUNC_DUP2
12
13 Makefile.am:
14 EXTRA_DIST += dup2.c
15
16 Include:
17 <unistd.h>
18
19 License:
20 LGPL
21
22 Maintainer:
23 Paul Eggert, Jim Meyering