Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/chown @ 15781:16f47458947e
New module 'fstat'.
* lib/sys_stat.in.h (fstat): Declare only if GNULIB_FSTAT is set.
* lib/fstat.c: New file, based on a piece of lib/fchdir.c.
* lib/fchdir.c (rpl_fstat): Remove function.
* m4/fstat.m4: New file.
* m4/fchdir.m4 (gl_FUNC_FCHDIR): Don't set REPLACE_FSTAT.
* m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Test whether fstat is
declared.
(gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_FSTAT.
* modules/sys_stat (Makefile.am): Substitute GNULIB_FSTAT.
* modules/fstat: New file.
* modules/sys_stat-tests (Depends-on): Remove fstat-tests.
* tests/test-sys_stat-c++.cc (fstat): Check only if GNULIB_TEST_FSTAT
is set.
* doc/posix-functions/fstat.texi: Mention the new module and the
problem on MSVC.
* NEWS: Mention the change.
* modules/acl (Depends-on): Add fstat.
* modules/chdir-safer (Depends-on): Likewise.
* modules/chown (Depends-on): Likewise.
* modules/copy-file (Depends-on): Likewise.
* modules/fchdir (Depends-on): Likewise.
* modules/fdopendir (Depends-on): Likewise.
* modules/fopen (Depends-on): Likewise.
* modules/fts (Depends-on): Likewise.
* modules/getcwd (Depends-on): Likewise.
* modules/isapipe (Depends-on): Likewise.
* modules/linkat (Depends-on): Likewise.
* modules/lseek (Depends-on): Likewise.
* modules/mkdir-p (Depends-on): Likewise.
* modules/open (Depends-on): Likewise.
* modules/openat (Depends-on): Likewise.
* modules/read-file (Depends-on): Likewise.
* modules/renameat (Depends-on): Likewise.
* modules/utimens (Depends-on): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 25 Sep 2011 13:42:08 +0200 |
parents | 5fac8bca3a41 |
children |
comparison
equal
deleted
inserted
replaced
15780:53bb65800bd2 | 15781:16f47458947e |
---|---|
6 lib/fchown-stub.c | 6 lib/fchown-stub.c |
7 m4/chown.m4 | 7 m4/chown.m4 |
8 | 8 |
9 Depends-on: | 9 Depends-on: |
10 unistd | 10 unistd |
11 fstat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1] | |
11 open [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1] | 12 open [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1] |
12 stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1] | 13 stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1] |
13 stdbool [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1] | 14 stdbool [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1] |
14 sys_stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1] | 15 sys_stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1] |
15 | 16 |