diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-17 16:20:52 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-17 16:20:52 +0100 |
commit | 7ae4e75af5366086e60fbc2e9454dfd9e5965102 (patch) | |
tree | 61ea2340323e17e362de7860824917d3eeb66abd /lib/stat-time.c | |
parent | 44cd55752aad2a69e1583a2cb37c3b98c5c44ad3 (diff) | |
download | guile-7ae4e75af5366086e60fbc2e9454dfd9e5965102.tar.gz |
Update Gnulib to v0.0-7695-g26c0590.
* gnulib-local/m4/canonicalize.m4.diff: Remove.
* Makefile.am (EXTRA_DIST): Adjust accordingly.
Diffstat (limited to 'lib/stat-time.c')
-rw-r--r-- | lib/stat-time.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stat-time.c b/lib/stat-time.c new file mode 100644 index 000000000..81b83ddb4 --- /dev/null +++ b/lib/stat-time.c @@ -0,0 +1,3 @@ +#include <config.h> +#define _GL_STAT_TIME_INLINE _GL_EXTERN_INLINE +#include "stat-time.h" |