mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* modules/alloca, modules/atexit, modules/memmove: Now public domain, not GPL. * modules/dup2, modules/getpagesize, modules/malloc, modules/memset: * modules/realloc, modules/strerror, modules/strtod: Now LGPL, not GPL.
23 lines
225 B
Plaintext
23 lines
225 B
Plaintext
Description:
|
|
dup2() function: duplicate an open file descriptor.
|
|
|
|
Files:
|
|
lib/dup2.c
|
|
m4/dup2.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_DUP2
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|