From: Bruno Haible Date: Sat, 30 Sep 2023 18:42:50 +0000 (+0200) Subject: intl: Merge from glibc. X-Git-Tag: v0.23~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044db5114d4171763d0b97fe3800bce55f58dff1;p=thirdparty%2Fgettext.git intl: Merge from glibc. Apply commit 2020-07-15 Adhemerval Zanella Remove internal usage of extensible stat functions --- diff --git a/gettext-runtime/intl/loadmsgcat.c b/gettext-runtime/intl/loadmsgcat.c index a8cf94c4a..3d6d653b9 100644 --- a/gettext-runtime/intl/loadmsgcat.c +++ b/gettext-runtime/intl/loadmsgcat.c @@ -744,7 +744,7 @@ _nl_load_domain (struct loaded_l10nfile *domain_file, /* We must know about the size of the file. */ if ( #ifdef _LIBC - __builtin_expect (fstat64 (fd, &st) != 0, 0) + __builtin_expect (__fstat64 (fd, &st) != 0, 0) #else __builtin_expect (fstat (fd, &st) != 0, 0) #endif