Document not_eol and remove mention of regex.c.
[gnulib/ericb.git] / modules / dup2
blobcea1a974b597646c25ddae22c5983325f640d137
1 Description:
2 dup2() function: duplicate an open file descriptor.
4 Files:
5 lib/dup2.c
6 m4/dup2.m4
8 Depends-on:
9 unistd
11 configure.ac:
12 gl_FUNC_DUP2
13 gl_UNISTD_MODULE_INDICATOR([dup2])
15 Makefile.am:
17 Include:
18 <unistd.h>
20 License:
21 LGPLv2+
23 Maintainer:
24 Paul Eggert, Jim Meyering