[valgrind] [Bug 371411] Unify fstat64/fstatat64 wrappers

2021-10-04 Thread Marcin Juszkiewicz
https://bugs.kde.org/show_bug.cgi?id=371411

Marcin Juszkiewicz  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #6 from Marcin Juszkiewicz  ---
I forgot how I wanted to rewrite it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 371411] Unify fstat64/fstatat64 wrappers

2017-05-05 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=371411

Ivo Raisr  changed:

   What|Removed |Added

 CC||iv...@ivosh.net

--- Comment #5 from Ivo Raisr  ---
Marcin, please double check with the actual arm and ppc32 kernel and glibc that
these syscalls really take the 4th argument (flags).
Perhaps they use oabi-compat?

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 371411] Unify fstat64/fstatat64 wrappers

2016-10-21 Thread Marcin Juszkiewicz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371411

Marcin Juszkiewicz  changed:

   What|Removed |Added

 Resolution|INVALID |---
 Status|RESOLVED|UNCONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 371411] Unify fstat64/fstatat64 wrappers

2016-10-21 Thread Marcin Juszkiewicz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371411

Marcin Juszkiewicz  changed:

   What|Removed |Added

 Attachment #101681|0   |1
is obsolete||

--- Comment #4 from Marcin Juszkiewicz  ---
Created attachment 101683
  --> https://bugs.kde.org/attachment.cgi?id=101683&action=edit
Handle (int flags) argument of fstatat64 on arm and ppc32

x86 and mips32 have wrappers which support all 4 arguments. So let arm and
ppc32 join them.

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 371411] Unify fstat64/fstatat64 wrappers

2016-10-21 Thread Marcin Juszkiewicz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371411

Marcin Juszkiewicz  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Marcin Juszkiewicz  ---
should check first with build. stat structure differ per arch ;(

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 371411] Unify fstat64/fstatat64 wrappers

2016-10-21 Thread Marcin Juszkiewicz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371411

Marcin Juszkiewicz  changed:

   What|Removed |Added

 Attachment #101680|0   |1
is obsolete||

--- Comment #2 from Marcin Juszkiewicz  ---
Created attachment 101681
  --> https://bugs.kde.org/attachment.cgi?id=101681&action=edit
move all *stat*64 to generic

this patch adds stat64 and lstat64

-- 
You are receiving this mail because:
You are watching all bug changes.


[valgrind] [Bug 371411] Unify fstat64/fstatat64 wrappers

2016-10-21 Thread Marcin Juszkiewicz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371411

--- Comment #1 from Marcin Juszkiewicz  ---
Created attachment 101680
  --> https://bugs.kde.org/attachment.cgi?id=101680&action=edit
patch

-- 
You are receiving this mail because:
You are watching all bug changes.