view modules/dup2 @ 30267:3c2652cd8d21

Relax license to LGPLv2+.
author Bruno Haible <bruno@clisp.org>
date Sat, 04 Oct 2008 18:34:37 +0200
parents 8cc72c39b9ca
children 284da5defc58
line wrap: on
line source

Description:
dup2() function: duplicate an open file descriptor.

Files:
lib/dup2.c
m4/dup2.m4

Depends-on:
unistd

configure.ac:
gl_FUNC_DUP2
gl_UNISTD_MODULE_INDICATOR([dup2])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
Paul Eggert, Jim Meyering