summaryrefslogtreecommitdiff
path: root/internal/pkg/all-in-one/error_handler.h
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 12:06:41 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 12:06:41 +0400
commita5964c91e018acaef22896f1e4357181df838dd2 (patch)
tree6d76171af40a7073f1161d2f7a44213c868e9d39 /internal/pkg/all-in-one/error_handler.h
parentc599e7cee33f177d7505e553cf948055930a55c0 (diff)
fix go linking
Diffstat (limited to 'internal/pkg/all-in-one/error_handler.h')
-rw-r--r--internal/pkg/all-in-one/error_handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/pkg/all-in-one/error_handler.h b/internal/pkg/all-in-one/error_handler.h
index e04f68d..8fe1a60 100644
--- a/internal/pkg/all-in-one/error_handler.h
+++ b/internal/pkg/all-in-one/error_handler.h
@@ -2,7 +2,6 @@ extern void goErrorHandler(int, char*);
typedef void (*ErrorHandler)(int, char*);
-__attribute__((weak))
void allInOneErrorHandler(int size, char* string) {
goErrorHandler(size, string);
} \ No newline at end of file