* [PATCH] musl: Guard fallocate64 with _LARGEFILE64_SOURCE
@ 2023-06-28 20:44 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2023-06-28 20:44 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj
Gets this fix
* 718f363b move fallocate64 declaration under _LARGEFILE64_SOURCE feature test
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-core/musl/musl_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 7c8434f23f1..b4c2b1f8980 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@
require musl.inc
inherit linuxloader
-SRCREV = "f5f55d6589940fd2c2188d76686efe3a530e64e0"
+SRCREV = "718f363bc2067b6487900eddc9180c84e7739f80"
BASEVER = "1.2.4"
--
2.41.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-28 20:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-28 20:44 [PATCH] musl: Guard fallocate64 with _LARGEFILE64_SOURCE Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox