aboutsummaryrefslogtreecommitdiffstats
path: root/lib/u64.c
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2012-08-01 21:46:10 -0700
committerPaul Eggert <[email protected]>2012-08-01 21:46:10 -0700
commita0d4efe9c3c01fde58b401ee5ab88f052128fa85 (patch)
tree70862330c792d4ba0d16d9b389e742d65ddf2004 /lib/u64.c
parent13294f95172c68a5e77143f917231e0f17f37537 (diff)
Merge from gnulib, for extern-inline.
2012-08-01 extern-inline: new module 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline * lib/stat-time.c, lib/utimespec.c, lib/u64.c, m4/extern-inline.m4: New files. The new .c files are for instantiating extern inline functions. Fixes: debbugs:12116
Diffstat (limited to 'lib/u64.c')
-rw-r--r--lib/u64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/u64.c b/lib/u64.c
new file mode 100644
index 0000000000..30dcb45b61
--- /dev/null
+++ b/lib/u64.c
@@ -0,0 +1,3 @@
+#include <config.h>
+#define _GL_U64_INLINE _GL_EXTERN_INLINE
+#include <u64.h>