projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
17cafd1c6a96cd679ebb4639a69b4779d8834ab9
[pspp]
/
modules
/
dup2
1
Description:
2
dup2() function: duplicate an open file descriptor.
3
4
Files:
5
lib/dup2.c
6
m4/dup2.m4
7
8
Depends-on:
9
unistd
10
dup2-obsolete
11
12
configure.ac:
13
gl_FUNC_DUP2
14
gl_UNISTD_MODULE_INDICATOR([dup2])
15
16
Makefile.am:
17
18
Include:
19
<unistd.h>
20
21
License:
22
LGPLv2+
23
24
Maintainer:
25
Paul Eggert, Jim Meyering