mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27832 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
962f660ada
commit
afb6e09fe8
3 changed files with 4 additions and 3 deletions
|
@ -756,7 +756,7 @@ gnustep_base_thread_callback(void)
|
|||
{
|
||||
int result;
|
||||
|
||||
result = GC_register_my_thread(base);
|
||||
result = GC_register_my_thread(&base);
|
||||
if (result != GC_SUCCESS && result != GC_DUPLICATE)
|
||||
{
|
||||
fprintf(stderr, "Argh ... no thread support in garbage collection library\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue