1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-08-23 09:47:59 +00:00

5 Commits

Author SHA1 Message Date
Paul Eggert 3384ca93a6 fdutimensat: omit unnecessary AC_C_INLINE
* modules/fdutimensat (configure.ac): Remove AC_C_INLINE.
2012-09-22 01:58:24 -07:00
Bruno Haible 69fe567051 Use AC_C_INLINE instead of module 'inline' where possible. 2009-12-31 17:28:37 +01:00
Eric Blake 3542c9a082 fdutimensat: revert prior patch
This reverts commit 2c391ad5ed.

* modules/fdutimensat (Depends-on): Re-add inline; it is needed by
utimens.h.
Reported by Bruno Haible.

Signed-off-by: Eric Blake <ebb9@byu.net>
2009-12-31 05:43:06 -07:00
Eric Blake 2c391ad5ed fdutimensat: remove bogus dependency
* modules/fdutimensat (Depends-on): Drop inline.

Signed-off-by: Eric Blake <ebb9@byu.net>
2009-12-30 21:05:12 -07:00
Eric Blake 06b8c126a9 fdutimensat: new module
Needed for coreutils copy.c to be rewritten to use fts.

* modules/fdutimensat: New file.
* lib/fdutimensat.c (fdutimensat): Likewise.
* lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
* MODULES.html.sh (File system functions): Mention module.
* modules/fdutimensat-tests: New test.
* tests/test-fdutimensat.c: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
2009-10-20 21:17:32 -06:00