diff options
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch b/meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch index 7a685a6521..d53eb99e4c 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch +++ b/meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch | |||
@@ -1,5 +1,15 @@ | |||
1 | From 24667f728fabe141a92d4de828ab24d9fe953b08 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sun, 25 Dec 2022 19:23:17 -0800 | ||
4 | Subject: [PATCH] mariadb: Alias lseek64/open64/ftruncate64 on musl systems | ||
5 | |||
1 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
7 | --- | ||
8 | storage/connect/os.h | 4 +++- | ||
9 | 1 file changed, 3 insertions(+), 1 deletion(-) | ||
2 | 10 | ||
11 | diff --git a/storage/connect/os.h b/storage/connect/os.h | ||
12 | index 7d0d5cab..10da630f 100644 | ||
3 | --- a/storage/connect/os.h | 13 | --- a/storage/connect/os.h |
4 | +++ b/storage/connect/os.h | 14 | +++ b/storage/connect/os.h |
5 | @@ -2,13 +2,15 @@ | 15 | @@ -2,13 +2,15 @@ |