repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
dup3
blob
c007e7258c7d6b684003c69d950aeb3fbdd37d0d
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_UNISTD_MODULE_INDICATOR([dup3])
18
19
Makefile.am:
20
lib_SOURCES += dup3.c
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPL
27
28
Maintainer:
29
Jim Meyering