~ubuntu-branches/ubuntu/precise/parted/precise

« back to all changes in this revision

Viewing changes to gnulib/modules/dup2

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-02-06 16:39:19 UTC
  • mfrom: (1.1.5 upstream)
  • mto: (7.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20100206163919-nsxr2vtchk0ecabf
Tags: upstream-2.1
ImportĀ upstreamĀ versionĀ 2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
11
 
configure.ac:
12
 
gl_FUNC_DUP2
13
 
gl_UNISTD_MODULE_INDICATOR([dup2])
14
 
 
15
 
Makefile.am:
16
 
 
17
 
Include:
18
 
<unistd.h>
19
 
 
20
 
License:
21
 
LGPL
22
 
 
23
 
Maintainer:
24
 
Paul Eggert, Jim Meyering