summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-01-04 19:15:26 +0100
committerBruno Haible <bruno@clisp.org>2019-01-04 19:15:26 +0100
commitf000349b32753fcaef49a462d27949c2f78dee82 (patch)
tree9c16de9444200b6f7cdc691fb3e893dc155dd127
parent86b972096d99ba03e4d230d43483a13f1c198f46 (diff)
downloadgnulib-f000349b32753fcaef49a462d27949c2f78dee82.tar.gz
pselect: Fix module description.
* modules/pselect (Link): Put one link option per line.
-rw-r--r--ChangeLog5
-rw-r--r--modules/pselect3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0195c20246..45d7f4b723 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2019-01-04 Bruno Haible <bruno@clisp.org>
+ pselect: Fix module description.
+ * modules/pselect (Link): Put one link option per line.
+
+2019-01-04 Bruno Haible <bruno@clisp.org>
+
cosl: Fix module description.
* modules/cosl (Link): Fix typo.
* modules/mathl (configure.ac): Likewise.
diff --git a/modules/pselect b/modules/pselect
index a0ff30bdda..0c2bbeb422 100644
--- a/modules/pselect
+++ b/modules/pselect
@@ -24,7 +24,8 @@ Include:
<sys/select.h>
Link:
-$(LIB_SELECT) $(LIB_PTHREAD_SIGMASK)
+$(LIB_SELECT)
+$(LIB_PTHREAD_SIGMASK)
License:
LGPLv2+