Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/lstat @ 10688:989b49566cae
Move the lstat() declaration to <sys/stat.h>.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 21 Oct 2008 01:05:43 +0200 |
parents | 45c727466eb8 |
children | 76ce53d77ad7 |
rev | line source |
---|---|
4110 | 1 Description: |
5933
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5813
diff
changeset
|
2 lstat() function: return information about a file or symbolic link. |
4110 | 3 |
4 Files: | |
5 lib/lstat.c | |
6 m4/lstat.m4 | |
7 | |
8 Depends-on: | |
7581
45c727466eb8
Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
9 sys_stat |
4110 | 10 |
11 configure.ac: | |
5016
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
4197
diff
changeset
|
12 gl_FUNC_LSTAT |
10688
989b49566cae
Move the lstat() declaration to <sys/stat.h>.
Bruno Haible <bruno@clisp.org>
parents:
7581
diff
changeset
|
13 gl_SYS_STAT_MODULE_INDICATOR([lstat]) |
4110 | 14 |
15 Makefile.am: | |
16 | |
17 Include: | |
10688
989b49566cae
Move the lstat() declaration to <sys/stat.h>.
Bruno Haible <bruno@clisp.org>
parents:
7581
diff
changeset
|
18 <sys/stat.h> |
4110 | 19 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
20 License: |
6641 | 21 LGPL |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5016
diff
changeset
|
22 |
4197 | 23 Maintainer: |
24 Jim Meyering |