summaryrefslogtreecommitdiff
path: root/gnulib/modules/fchdir
blob: 46b481fd144bf76382206e47c282925e754d2583 (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
38
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