Add missing file to last commit.
authorSimon Josefsson <simon@josefsson.org>
Tue, 31 Mar 2009 14:29:04 +0000 (16:29 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 31 Mar 2009 14:29:04 +0000 (16:29 +0200)
modules/u64 [new file with mode: 0644]

diff --git a/modules/u64 b/modules/u64
new file mode 100644 (file)
index 0000000..e875fe2
--- /dev/null
@@ -0,0 +1,17 @@
+Description:
+uint64_t-like operations that work even on hosts lacking uint64_t
+
+Files:
+lib/u64.h
+
+Depends-on:
+stdint
+
+Include:
+"u64.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Paul Eggert