summaryrefslogtreecommitdiff
path: root/modules/eloop-threshold
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-12-24 11:38:48 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-12-24 12:06:49 -0800
commit0ce44c92bb63734ff3a8d9e4640d0c728449f393 (patch)
treed5c0c3a77ad4ed69c2435c16805f34fd676e0c8f /modules/eloop-threshold
parentf58714504e607a7c9d631073a356b2cd3cbf96c7 (diff)
downloadgnulib-0ce44c92bb63734ff3a8d9e4640d0c728449f393.tar.gz
eloop-threshold: new module
* config/srclist.txt: Add a comment about it. * lib/eloop-threshold.h, modules/eloop-threshold: New files.
Diffstat (limited to 'modules/eloop-threshold')
-rw-r--r--modules/eloop-threshold22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/eloop-threshold b/modules/eloop-threshold
new file mode 100644
index 0000000000..60433e530c
--- /dev/null
+++ b/modules/eloop-threshold
@@ -0,0 +1,22 @@
+Description:
+Threshold for symbolic link loops and ELOOP
+
+Files:
+lib/eloop-threshold.h
+
+Depends-on:
+minmax
+unistd
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<eloop-threshold.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all, glibc