summaryrefslogtreecommitdiff
path: root/lib/utimens.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-07-28 07:23:54 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-08-01 14:33:37 -0700
commit3d26edd8e9e0ea1960696b0734803a694e23dfc0 (patch)
treebd226a467f5b5fa1e74d7e79c8e7bd3b4184627d /lib/utimens.c
parent7daecec0bd1a9daef7fa5b2a40d161701bd97210 (diff)
downloadgnulib-3d26edd8e9e0ea1960696b0734803a694e23dfc0.tar.gz
utimens: use extern-inline
* lib/utimens.c (_GL_UTIMENS_INLINE): Define when including utimens.h. * lib/utimens.h: Add copyright notice, since this is now large enough to copyright. Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END. (_GL_UTIMENS_INLINE): New macro. Use it instead of 'static inline'. * modules/utimens (Depends-on): Add extern-inline.
Diffstat (limited to 'lib/utimens.c')
-rw-r--r--lib/utimens.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utimens.c b/lib/utimens.c
index c126b9551a..f06918cc23 100644
--- a/lib/utimens.c
+++ b/lib/utimens.c
@@ -21,6 +21,7 @@
#include <config.h>
+#define _GL_UTIMENS_INLINE _GL_EXTERN_INLINE
#include "utimens.h"
#include <assert.h>