diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 12:06:41 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 12:06:41 +0400 | 
| commit | a5964c91e018acaef22896f1e4357181df838dd2 (patch) | |
| tree | 6d76171af40a7073f1161d2f7a44213c868e9d39 /internal/pkg/all-in-one/error_handler.h | |
| parent | c599e7cee33f177d7505e553cf948055930a55c0 (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.h | 1 | 
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  | 
