Continue to use spaces for indentation, not tabs.
[gnulib.git] / modules / dup2
blobacbc017069befd558726f7dd9fb4dc442145c3d2
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
10 msvc-inval      [test $REPLACE_DUP2 = 1]
11 msvc-nothrow    [test $REPLACE_DUP2 = 1]
13 configure.ac:
14 gl_FUNC_DUP2
15 gl_CONDITIONAL([GL_COND_OBJ_DUP2], [test $REPLACE_DUP2 = 1])
16 AM_COND_IF([GL_COND_OBJ_DUP2], [
17   gl_PREREQ_DUP2
19 gl_UNISTD_MODULE_INDICATOR([dup2])
21 Makefile.am:
22 if GL_COND_OBJ_DUP2
23 lib_SOURCES += dup2.c
24 endif
26 Include:
27 <unistd.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Paul Eggert, Jim Meyering