Mercurial > hg > octave-kai > gnulib-hg
annotate modules/savewd @ 17431:744044c581c4
getcwd-lgpl: port to Tru64
* lib/getcwd-lgpl.c: Include <stdlib.h>, for malloc etc.
Problem reported by Steven M. Schweda in
<http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 11 Jun 2013 19:52:46 -0700 |
parents | a80e4b259d9b |
children |
rev | line source |
---|---|
7315 | 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: | |
15746 | 10 chdir |
14393
9f47f8c334f2
dirname: move m4/dos.m4 functionality into lib/dosname.h
Paul Eggert <eggert@cs.ucla.edu>
parents:
12213
diff
changeset
|
11 dosname |
11941 | 12 errno |
17181
a80e4b259d9b
chdir-long, cycle-check, savewd: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
16889
diff
changeset
|
13 extern-inline |
8873
25ee90a28a16
2007-05-26 Bruno Haible <bruno@clisp.org>
Bruno Haible <bruno@clisp.org>
parents:
7729
diff
changeset
|
14 fchdir |
7315 | 15 fcntl-safer |
11876
cc0527e5d2f4
fcntl-h: rename from fcntl, in preparation for fcntl(2)
Eric Blake <ebb9@byu.net>
parents:
8873
diff
changeset
|
16 fcntl-h |
7375 | 17 raise |
7315 | 18 stdbool |
14675
d214c42cc3fe
exit: drop remaining clients
Eric Blake <eblake@redhat.com>
parents:
14393
diff
changeset
|
19 stdlib |
16889
5f9673a427e1
savewd: add missing dependency on sys_wait module
Jim Meyering <meyering@redhat.com>
parents:
15746
diff
changeset
|
20 sys_wait |
7315 | 21 xalloc |
22 | |
23 configure.ac: | |
24 gl_SAVEWD | |
25 | |
26 Makefile.am: | |
27 lib_SOURCES += savewd.h savewd.c | |
28 | |
29 Include: | |
30 "savewd.h" | |
31 | |
32 License: | |
33 GPL | |
34 | |
35 Maintainer: | |
36 Paul Eggert, Jim Meyering |