Skip to content

Comments

Glibc2.34#108

Open
josch wants to merge 2 commits intodex4er:masterfrom
josch:glibc2.34
Open

Glibc2.34#108
josch wants to merge 2 commits intodex4er:masterfrom
josch:glibc2.34

Conversation

@josch
Copy link

@josch josch commented Oct 31, 2022

support glibc 2.34 by wrapping __{f,l,}stat{at,}64_time64 and__utime{nsat,s,}64

These functions are only wrapped on 32 bit platforms like i386, armel or armhf. On 64 bit platforms, the corresponding HAVE_* macros will not be defined.

  • __fstatat64_time64
  • __lstat64_time64
  • __stat64_time64
  • __utime64
  • __utimensat64
  • __utimes64

closes #107

…nsat,s,}64

These functions are only wrapped on 32 bit platforms like i386, armel or
armhf. On 64 bit platforms, the corresponding HAVE_* macros will not be
defined.

 * __fstatat64_time64
 * __lstat64_time64
 * __stat64_time64
 * __utime64
 * __utimensat64
 * __utimes64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cp and rm from coreutils 9.1 fail with glibc 2.34

1 participant