All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pulseaudio: Do not use 64bit time_t flags
@ 2022-12-31  2:07 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2022-12-31  2:07 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

It needs to be fixed to honor _FILE_OFFSET_BITS before we can enable
64bit time_t

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/conf/distro/include/time64.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc
index 99eb06dc0f..c6a3b682c2 100644
--- a/meta/conf/distro/include/time64.inc
+++ b/meta/conf/distro/include/time64.inc
@@ -11,6 +11,9 @@ GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = ""
 # both 32 and 64 bit file APIs.  But it does not handle the time side?
 # Needs further investigation
 GLIBC_64BIT_TIME_FLAGS:pn-pipewire = ""
+# Pulseaudio override certain LFS64 functions e.g. open64 and intentionally
+# undefines _FILE_OFFSET_BITS, which wont work when _TIME_BITS=64 is set
+GLIBC_64BIT_TIME_FLAGS:pn-pulseaudio = ""
 GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = ""
 
 INSANE_SKIP:libstd-rs[_usr_lib_rustlib_armv7-poky-linux-gnueabihf_lib_libstd.so] = "clock_gettime gettime fcntl fstat64 fstatat64 getsockopt ioctl lstat64 nanosleep prctl recvmsg sendmsg setsockopt stat64"
-- 
2.39.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-31  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31  2:07 [PATCH] pulseaudio: Do not use 64bit time_t flags Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.