]> Savannah Git Hosting - gnulib.git/commitdiff
glob: merge proposed glibc changes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Dec 2020 17:05:13 +0000 (09:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Dec 2020 21:43:59 +0000 (13:43 -0800)
This merges the change proposed by Adhemerval Zanella in:
https://sourceware.org/pipermail/libc-alpha/2020-December/121211.html
* lib/glob.c (__lstat64, __stat64) [_LIBC]: Remove.

ChangeLog
lib/glob.c

index 7dd4ffdd6ecb580365387666393474f5d71c220a..5da7c043a860f76dd548eafa76fc9eb372b5aafd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-12-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       glob: merge proposed glibc changes
+       This merges the change proposed by Adhemerval Zanella in:
+       https://sourceware.org/pipermail/libc-alpha/2020-December/121211.html
+       * lib/glob.c (__lstat64, __stat64) [_LIBC]: Remove.
+
 2020-12-31  Bruno Haible  <bruno@clisp.org>
 
        memalign: Work around Solaris bug.
index 3c444d3b1395cbfe568773c7a0bb59a12edbb374..20239f780f20665a161f7a0a8ae8fed7ea218fdc 100644 (file)
 # define readdir(str) __readdir64 (str)
 # define getpwnam_r(name, bufp, buf, len, res) \
     __getpwnam_r (name, bufp, buf, len, res)
-# ifndef __lstat64
-#  define __lstat64(fname, buf) __lxstat64 (_STAT_VER, fname, buf)
-# endif
-# ifndef __stat64
-#  define __stat64(fname, buf) __xstat64 (_STAT_VER, fname, buf)
-# endif
 # define struct_stat64          struct stat64
 # define FLEXIBLE_ARRAY_MEMBER
 # include <shlib-compat.h>