-
Notifications
You must be signed in to change notification settings - Fork 1
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
2 changed files
with
4 additions
and
4 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 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 10c444207201f931f9a54963ae6f1b1d6ab0bc27 Mon Sep 17 00:00:00 2001 | ||
From 99f789e459ce6574d2fb53dddb541342ff33bb9c Mon Sep 17 00:00:00 2001 | ||
From: Your Name <[email protected]> | ||
Date: Sat, 11 May 2024 20:03:45 +0200 | ||
Subject: [PATCH] x | ||
|
@@ -8,7 +8,7 @@ Subject: [PATCH] x | |
1 file changed, 9 insertions(+) | ||
|
||
diff --git a/libatomic/tas_n.c b/libatomic/tas_n.c | ||
index 4a01cd2..1857067 100644 | ||
index 4a01cd2..ea6b3a9 100644 | ||
--- a/libatomic/tas_n.c | ||
+++ b/libatomic/tas_n.c | ||
@@ -24,6 +24,15 @@ | ||
|
@@ -21,7 +21,7 @@ index 4a01cd2..1857067 100644 | |
+ return 0; | ||
+} | ||
+ | ||
+EXPORT_ALIAS(libat_test_and_set) | ||
+extern typeof(libat_test_and_set) export_libat_test_and_set __asm__("__atomic_test_and_set") __attribute__((alias("libat_test_and_set"))); | ||
+ | ||
+#endif | ||
|
||
|