summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-11-16 16:37:44 +0100
committerBruno Haible <bruno@clisp.org>2020-11-16 16:37:44 +0100
commitf1b7489ca2b67e4c68ab2a8e0591ef42562166e7 (patch)
tree63a5d75ad1706724cf11706cc06d9af920916795
parent1bb0df49196cc9ffaf5ccd5278a1c3e4387a8eef (diff)
downloadgnulib-f1b7489ca2b67e4c68ab2a8e0591ef42562166e7.tar.gz
gnulib-f1b7489ca2b67e4c68ab2a8e0591ef42562166e7.tar.bz2
getumask: Document link dependencies.
* modules/getumask (Link): New section.
-rw-r--r--ChangeLog5
-rw-r--r--modules/getumask4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92a8add43d..c0c0466eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2020-11-16 Bruno Haible <bruno@clisp.org>
+ getumask: Document link dependencies.
+ * modules/getumask (Link): New section.
+
+2020-11-16 Bruno Haible <bruno@clisp.org>
+
Update link dependencies in modules after 2020-09-09 change.
* modules/tempname (Link): Add $(LIB_CLOCK_GETTIME).
* modules/mkdtemp (Link): Likewise.
diff --git a/modules/getumask b/modules/getumask
index f7784dacb7..61d71d0b3c 100644
--- a/modules/getumask
+++ b/modules/getumask
@@ -26,6 +26,10 @@ Makefile.am:
Include:
<sys/stat.h>
+Link:
+$(LIB_GETRANDOM)
+$(LIB_CLOCK_GETTIME)
+
License:
GPL

Return to:

Send suggestions and report system problems to the System administrator.