mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
34 lines
368 B
Plaintext
34 lines
368 B
Plaintext
Description:
|
|
fchdir() function: change current directory, given an open file descriptor.
|
|
|
|
Files:
|
|
lib/fchdir.c
|
|
m4/fchdir.m4
|
|
|
|
Depends-on:
|
|
canonicalize-lgpl
|
|
close
|
|
dirent
|
|
dirfd
|
|
dup2
|
|
fcntl
|
|
include_next
|
|
open
|
|
strdup
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FUNC_FCHDIR
|
|
gl_UNISTD_MODULE_INDICATOR([fchdir])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#include <unistd.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|