[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] linux-user/syscall.c remove explicit mentions of LFS
From: |
Michael Tokarev |
Subject: |
[PATCH 0/2] linux-user/syscall.c remove explicit mentions of LFS |
Date: |
Thu, 29 Aug 2024 10:52:39 +0300 |
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
- [PATCH 0/2] linux-user/syscall.c remove explicit mentions of LFS,
Michael Tokarev <=