summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-05-15 23:27:42 +0200
committerBruno Haible <bruno@clisp.org>2022-05-15 23:27:42 +0200
commit014caf51715a0159491bad5400185bc5a60dfd88 (patch)
treef5246ad82aa2ee09fdbe45abb79101bf6436cf1b
parent7bf171ef33cfb670321fae1b99d35badbc3a8ead (diff)
downloadlibunistring-014caf51715a0159491bad5400185bc5a60dfd88.tar.gz
Update after gnulib changed.
-rw-r--r--.gitignore5
-rw-r--r--gnulib-m4/gnulib-cache.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a9aac01..af51b95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -129,6 +129,7 @@
/gnulib-m4/printf-frexp.m4
/gnulib-m4/printf-frexpl.m4
/gnulib-m4/printf.m4
+/gnulib-m4/pselect.m4
/gnulib-m4/pthread-thread.m4
/gnulib-m4/pthread_h.m4
/gnulib-m4/pthread_rwlock_rdlock.m4
@@ -1210,6 +1211,7 @@
/tests/pathmax.h
/tests/perror.c
/tests/pipe.c
+/tests/pselect.c
/tests/pthread-thread.c
/tests/pthread.in.h
/tests/pthread_sigmask.c
@@ -1242,6 +1244,8 @@
/tests/stat-w32.h
/tests/stat.c
/tests/stdalign.in.h
+/tests/stdio-read.c
+/tests/stdio-write.c
/tests/stdio.in.h
/tests/strerror-override.c
/tests/strerror-override.h
@@ -1360,6 +1364,7 @@
/tests/test-pipe.c
/tests/test-printf-frexp.c
/tests/test-printf-frexpl.c
+/tests/test-pselect.c
/tests/test-pthread-thread.c
/tests/test-pthread.c
/tests/test-pthread_sigmask1.c
diff --git a/gnulib-m4/gnulib-cache.m4 b/gnulib-m4/gnulib-cache.m4
index 5e2df6b..a28477a 100644
--- a/gnulib-m4/gnulib-cache.m4
+++ b/gnulib-m4/gnulib-cache.m4
@@ -2,7 +2,7 @@
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful,