bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] posix: Sync tempname with gnulib [BZ #26648]


From: Paul Eggert
Subject: Re: [PATCH 1/2] posix: Sync tempname with gnulib [BZ #26648]
Date: Fri, 8 Jan 2021 17:58:05 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

On 1/4/21 9:03 AM, Adhemerval Zanella wrote:

-# define __lstat64(version, file, buf) lstat (file, buf)
+# define __lxstat64(version, file, buf) lstat (file, buf)

That change isn't quite right for the !_LIBC case, since it doesn't define the __stat64 macro and it defines __lstat64 with the wrong API.

I installed the attached patch into Gnulib, which should do the change right for both Gnulib and glibc, the idea being that the Gnulib and glibc source files can be identical.

Attachment: 0001-tempname-sync-with-proposed-glibc-patch.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]