Add missing dependencies to 'extensions' module.
[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 extensions
14
15 configure.ac:
16 gl_FUNC_DUP3
17 gl_MODULE_INDICATOR([dup3])
18 gl_UNISTD_MODULE_INDICATOR([dup3])
19
20 Makefile.am:
21 lib_SOURCES += dup3.c
22
23 Include:
24 <unistd.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible, Jim Meyering