mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-13 02:42:18 +02:00
build: update gnulib submodule to latest
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
diff --git a/lib/regex_internal.h b/lib/regex_internal.h
|
||||
index 2b9f697..7f4e349 100644
|
||||
index 439444c..7242084 100644
|
||||
--- a/lib/regex_internal.h
|
||||
+++ b/lib/regex_internal.h
|
||||
@@ -823,7 +823,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx)
|
||||
@@ -827,7 +827,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx)
|
||||
# ifndef NOT_IN_libc
|
||||
static int
|
||||
internal_function __attribute ((pure))
|
||||
internal_function __attribute__ ((pure, unused))
|
||||
-re_string_elem_size_at (const re_string_t *pstr, Idx idx)
|
||||
+re_string_elem_size_at (const re_string_t *pstr _UNUSED_PARAMETER_,
|
||||
+ Idx idx _UNUSED_PARAMETER_)
|
||||
|
||||
@@ -1,19 +1,20 @@
|
||||
diff --git a/modules/tempname b/modules/tempname
|
||||
index b4708d9..e003c41 100644
|
||||
index 7fafd72..4703517 100644
|
||||
--- a/modules/tempname
|
||||
+++ b/modules/tempname
|
||||
@@ -1,5 +1,5 @@
|
||||
@@ -1,2 +1,2 @@
|
||||
Description:
|
||||
-gen_tempname() function: create a private temporary file or directory.
|
||||
+gen_tempname, gen_tempname_len: create a private temporary file or directory.
|
||||
|
||||
Files:
|
||||
lib/tempname.c
|
||||
@@ -11,6 +11,8 @@ extensions
|
||||
@@ -11,7 +11,9 @@ extensions
|
||||
fcntl-h
|
||||
gettimeofday
|
||||
lstat
|
||||
+randint
|
||||
secure_getenv
|
||||
+stdbool
|
||||
stdint
|
||||
sys_stat
|
||||
|
||||
2
gnulib
2
gnulib
Submodule gnulib updated: 4a82904680...cda5c90820
Reference in New Issue
Block a user