-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
30 additions
and
1,886 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 7d554d0c786f5431ad3035a328815890a95a2979 Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <[email protected]> | ||
Date: Wed, 12 May 2021 17:39:20 -0300 | ||
Subject: [PATCH] remove O_LARGEFILE | ||
|
||
useful hack to build 1.2.2 musl for x86_64 and not have to rebuild | ||
firefox. | ||
--- | ||
arch/generic/bits/fcntl.h | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/arch/generic/bits/fcntl.h b/arch/generic/bits/fcntl.h | ||
index 730a98cf..c2fd1760 100644 | ||
--- a/arch/generic/bits/fcntl.h | ||
+++ b/arch/generic/bits/fcntl.h | ||
@@ -13,7 +13,7 @@ | ||
|
||
#define O_ASYNC 020000 | ||
#define O_DIRECT 040000 | ||
-#define O_LARGEFILE 0100000 | ||
+#define O_LARGEFILE 0 | ||
#define O_NOATIME 01000000 | ||
#define O_PATH 010000000 | ||
#define O_TMPFILE 020200000 | ||
-- | ||
2.31.1 |
56 changes: 0 additions & 56 deletions
56
srcpkgs/musl/patches/0001_reorder_thread_list_unlink_in_pthread_exit_after_all.patch
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
srcpkgs/musl/patches/0002_don_t_use_libc_threads_minus_1_as_relaxed_atomic_for.patch
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
srcpkgs/musl/patches/0003_cut_down_size_of_some_libc_struct_members.patch
This file was deleted.
Oops, something went wrong.
102 changes: 0 additions & 102 deletions
102
srcpkgs/musl/patches/0004_restore_lock_skipping_for_processes_that_return_to_s.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.