Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glibc2.34 #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Glibc2.34 #108

wants to merge 2 commits into from

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