build: update gnulib submodule to latest

* src/common.h (get_directory_entries):
Add _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE.
Problem found by gcc -Wsuggest-attribute=malloc and
current Gnulib.
This commit is contained in:
Paul Eggert
2021-09-17 11:41:55 -07:00
parent 066f7729e0
commit b44c612f5d
2 changed files with 3 additions and 2 deletions

2
gnulib

Submodule gnulib updated: 783f2967e2...bce94c07f9

View File

@@ -499,7 +499,8 @@ enum dump_status
void add_exclusion_tag (const char *name, enum exclusion_tag_type type,
bool (*predicate) (int));
bool cachedir_file_p (int fd);
char *get_directory_entries (struct tar_stat_info *st);
char *get_directory_entries (struct tar_stat_info *st)
_GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE;
void create_archive (void);
void pad_archive (off_t size_left);