From ba5c5cc2530f1a4e3b48c7603a5c6736e69bcc27 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sat, 3 Mar 2018 10:47:56 +0000 Subject: [PATCH] local-ldconfig-fsync Gbp-Pq: Topic any Gbp-Pq: Name local-ldconfig-fsync.diff --- elf/cache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/elf/cache.c b/elf/cache.c index c2c010f97..9a7e72b79 100644 --- a/elf/cache.c +++ b/elf/cache.c @@ -455,6 +455,7 @@ save_cache (const char *cache_name) } if (write (fd, strings, total_strlen) != (ssize_t) total_strlen + || fsync (fd) || close (fd)) error (EXIT_FAILURE, errno, _("Writing of cache data failed")); -- 2.30.2