summaryrefslogtreecommitdiff
path: root/modules/fchdir
blob: b35e38584e9e9fc7b9ff87be2668c0de35fea0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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-h
include_next
malloc-posix
open
realloc-posix
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