mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Update to musl 1.2.4.
This commit is contained in:
parent
f531e1cc5f
commit
914b84377a
18 changed files with 77 additions and 75 deletions
8
sysc/musl-1.2.4/files/__stack_chk_fail_local.c
Normal file
8
sysc/musl-1.2.4/files/__stack_chk_fail_local.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2020 Timo Teräs <timo.teras@iki.fi>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
extern void __stack_chk_fail(void);
|
||||
void __attribute__((visibility ("hidden"))) __stack_chk_fail_local(void) { __stack_chk_fail(); }
|
||||
1
sysc/musl-1.2.4/files/ld-musl-i386.path
Normal file
1
sysc/musl-1.2.4/files/ld-musl-i386.path
Normal file
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/i386-unknown-linux-musl
|
||||
3
sysc/musl-1.2.4/files/ld-musl-i386.path.license
Normal file
3
sysc/musl-1.2.4/files/ld-musl-i386.path.license
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
Loading…
Add table
Add a link
Reference in a new issue