summaryrefslogtreecommitdiff
path: root/gnulib/modules/bitrotate
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/bitrotate')
m---------gnulib0
-rw-r--r--gnulib/modules/bitrotate23
2 files changed, 23 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/bitrotate b/gnulib/modules/bitrotate
new file mode 100644
index 0000000..63124a8
--- /dev/null
+++ b/gnulib/modules/bitrotate
@@ -0,0 +1,23 @@
+Description:
+Rotate bits in unsigned 8, 16, and 32 bit integers.
+
+Files:
+lib/bitrotate.h
+
+Depends-on:
+stdint
+
+configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+
+Makefile.am:
+lib_SOURCES += bitrotate.h
+
+Include:
+"bitrotate.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson