repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
savewd
blob
a0ea64fe6ef01fb08fe5954ffb81bea8503dbf9e
1
Description:
2
Save and restore the working directory, possibly using a child process.
3
4
Files:
5
lib/savewd.h
6
lib/savewd.c
7
m4/savewd.m4
8
9
Depends-on:
10
assure
11
attribute
12
chdir
13
errno
14
extern-inline
15
fchdir
16
fcntl-safer
17
fcntl-h
18
filename
19
raise
20
stdbool
21
stdlib
22
sys_wait
23
unistd
24
xalloc
25
26
configure.ac:
27
gl_SAVEWD
28
29
Makefile.am:
30
lib_SOURCES += savewd.h savewd.c
31
32
Include:
33
"savewd.h"
34
35
License:
36
GPL
37
38
Maintainer:
39
Paul Eggert, Jim Meyering