qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-user/syscall.c remove explicit mentions of LFS
@ 2024-08-29  7:52 Michael Tokarev
  2024-08-29  7:52 ` [PATCH 1/2] linux-user/syscall.c: drop 64 suffix from flock64 &Co Michael Tokarev
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Michael Tokarev @ 2024-08-29  7:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, Peter Maydell

Qemu is always built with -D_FILE_OFFSET_BITS=64, so there's no need to
use 64bit variants of file functions explicitly, since regular variants
of all functions and structs are 64bit automatically.

Michael Tokarev (2):
  linux-user/syscall.c: drop 64 suffix from flock64 &Co
  linux-user/syscall.c: eliminate other explicit LFS usages

 linux-user/syscall.c | 78 +++++++++++++++++++++-----------------------
 1 file changed, 38 insertions(+), 40 deletions(-)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-08-29  9:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29  7:52 [PATCH 0/2] linux-user/syscall.c remove explicit mentions of LFS Michael Tokarev
2024-08-29  7:52 ` [PATCH 1/2] linux-user/syscall.c: drop 64 suffix from flock64 &Co Michael Tokarev
2024-08-29  7:52 ` [PATCH] mark <zlib.h> with for-crc32 in a consistent manner Michael Tokarev
2024-08-29  7:53   ` Michael Tokarev
2024-08-29  7:52 ` [PATCH 2/2] linux-user/syscall.c: eliminate other explicit LFS usages Michael Tokarev
2024-08-29  9:15 ` [PATCH 0/2] linux-user/syscall.c remove explicit mentions of LFS Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).