view modules/fchdir @ 12496:a48d3d749ca5

Refactor common macros used in tests.
author Bruno Haible <bruno@clisp.org>
date Thu, 24 Dec 2009 21:01:42 +0100
parents 2a3833485e1c
children 3b510b174c56
line wrap: on
line source

Description:
fchdir() function: change current directory, given an open file descriptor.

Files:
lib/fchdir.c
m4/fchdir.m4

Depends-on:
close
dirent
dirfd
dup2
fcntl
fcntl-h
include_next
malloc-posix
open
realloc-posix
stat
stdbool
strdup-posix
sys_stat
unistd

configure.ac:
gl_FUNC_FCHDIR
gl_UNISTD_MODULE_INDICATOR([fchdir])

Makefile.am:

Include:
<unistd.h>

License:
LGPL

Maintainer:
Bruno Haible