Skip to content

Commit 608d96a

Browse files
mlibc: fix wrong auxv include path :^)
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent ae4a827 commit 608d96a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/mlibc/mlibc.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 34bebf99a44089afead83849d3b804290f7f1324 Mon Sep 17 00:00:00 2001
1+
From a513b374fb24e1cce54e8cad7137c4d95dd10998 Mon Sep 17 00:00:00 2001
22
From: unknown <[email protected]>
33
Date: Sun, 6 Jun 2021 16:37:54 +1000
44
Subject: [PATCH] targets: add aero target port
@@ -915,11 +915,11 @@ index 0000000..c945860
915915
\ No newline at end of file
916916
diff --git a/sysdeps/aero/include/abi-bits/auxv.h b/sysdeps/aero/include/abi-bits/auxv.h
917917
new file mode 120000
918-
index 0000000..0f14415
918+
index 0000000..86157e8
919919
--- /dev/null
920920
+++ b/sysdeps/aero/include/abi-bits/auxv.h
921921
@@ -0,0 +1 @@
922-
+../../../../abis/lemon/auxv.h
922+
+../../../../abis/aero/auxv.h
923923
\ No newline at end of file
924924
diff --git a/sysdeps/aero/include/abi-bits/blkcnt_t.h b/sysdeps/aero/include/abi-bits/blkcnt_t.h
925925
new file mode 120000

0 commit comments

Comments
 (0)