blob: 8589193ec097a9f5733fa57c9b45f160191ad948 (
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
39
40
|
Description:
fchdir() function: change current directory, given an open file descriptor.
Files:
lib/fchdir.c
m4/fchdir.m4
Depends-on:
close
dirent
dirfd
dosname
dup2
fcntl
fcntl-h
filenamecat-lgpl
getcwd-lgpl
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
|