diff mbox series

musl: Guard fallocate64 with _LARGEFILE64_SOURCE

Message ID 20230628204454.2251485-1-raj.khem@gmail.com
State Accepted, archived
Commit 5ebc2f8e4f21f5af67fb1d2d61f6c5d75f2c44e2
Headers show
Series musl: Guard fallocate64 with _LARGEFILE64_SOURCE | expand

Commit Message

Khem Raj June 28, 2023, 8:44 p.m. UTC
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 mbox series

Patch

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"