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
ptsname_r: Work around bug on Android 4.3.
[gnulib.git]
/
modules
/
getcwd-lgpl
blob
718351c3819bf6bad037b4841c3c5396659cd836
1
Description:
2
Ensure getcwd(NULL, 0) returns a buffer allocated by the malloc() function.
3
4
Files:
5
lib/getcwd-lgpl.c
6
m4/getcwd.m4
7
8
Depends-on:
9
unistd
10
strdup [test $REPLACE_GETCWD = 1]
11
12
configure.ac:
13
gl_FUNC_GETCWD_LGPL
14
if test $REPLACE_GETCWD = 1; then
15
AC_LIBOBJ([getcwd-lgpl])
16
fi
17
gl_UNISTD_MODULE_INDICATOR([getcwd])
18
19
Makefile.am:
20
21
Include:
22
<unistd.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
Eric Blake