]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - intl/loadmsgcat.c
Remove internal usage of extensible stat functions
[thirdparty/glibc.git] / intl / loadmsgcat.c
index 91c1ef156a6939e694b5711d8aa0bc9b217bc8df..d44a4a0b1483a089c04fd5c9c637f80cee6c82e4 100644 (file)
@@ -804,7 +804,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