-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRAFT 596 - test GH Actions with some fixes
* Fix 'unused GC_set_and_save_fault_handler' warning on OS X * Always declare GC_set_and_save_fault_handler before its definition * Fix undefined GC_real_pthread_sigmask if redirect malloc on OS X * Move GC_unblock_gc_signals to pthread_stop_world.c * Fix 'implicit declaration of pthread_setname_np' gcc error on MinGW * Fix for getenv warnings on Win32 (draft) * Fix for malloc redirection on Win32 (draft)
- Loading branch information
Showing
10 changed files
with
73 additions
and
1,039 deletions.
There are no files selected for viewing
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
Oops, something went wrong.