diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-11 18:29:47 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-11 19:22:54 -0700 |
commit | 7b65f8e92888ffe3ea7d0b3824affa1dfc76b8c5 (patch) | |
tree | fd9c44a6a734850ecca6645b715b5db18a2f277a /gl | |
parent | ca181728eee62f51924217d630f8dd0d21a8bfcd (diff) | |
download | coreutils-7b65f8e92888ffe3ea7d0b3824affa1dfc76b8c5.tar.xz |
build: update gnulib submodule to latest
Diffstat (limited to 'gl')
-rw-r--r-- | gl/lib/regex_internal.h.diff | 6 | ||||
-rw-r--r-- | gl/modules/tempname.diff | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/gl/lib/regex_internal.h.diff b/gl/lib/regex_internal.h.diff index fe0f2b718..f410882c7 100644 --- a/gl/lib/regex_internal.h.diff +++ b/gl/lib/regex_internal.h.diff @@ -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_) diff --git a/gl/modules/tempname.diff b/gl/modules/tempname.diff index 3603a598b..219deed2d 100644 --- a/gl/modules/tempname.diff +++ b/gl/modules/tempname.diff @@ -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 |