unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / dup3
blobc007e7258c7d6b684003c69d950aeb3fbdd37d0d
1 Description:
2 dup3() function: copy a file descriptor, applying specific flags.
4 Files:
5 lib/dup3.c
6 m4/dup3.m4
8 Depends-on:
9 unistd
10 fcntl
11 binary-io
12 getdtablesize
13 extensions
15 configure.ac:
16 gl_FUNC_DUP3
17 gl_UNISTD_MODULE_INDICATOR([dup3])
19 Makefile.am:
20 lib_SOURCES += dup3.c
22 Include:
23 <unistd.h>
25 License:
26 LGPL
28 Maintainer:
29 Jim Meyering