Merge branch 'upstream' into stable
[gnulib.git] / modules / getcwd-lgpl
1 Description:
2 Ensure getcwd(NULL, 0) returns a buffer allocated by malloc().
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 gl_UNISTD_MODULE_INDICATOR([getcwd])
15
16 Makefile.am:
17
18 Include:
19 <unistd.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Eric Blake