Avoid calls to `scm_current_thread' in `fat_mutex_unlock'.
authorLudovic Courtès <ludo@gnu.org>
Thu, 2 Sep 2010 09:22:01 +0000 (11:22 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 2 Sep 2010 09:22:01 +0000 (11:22 +0200)
commitd31ae2c363cf92b62260e9513534c7c046a4315f
treee5cbafee5098d60b825aa5360dafe29499ad6e7c
parentac37b82d5bc0bc7fc5777b069a7f198622b6cbb7
Avoid calls to `scm_current_thread' in `fat_mutex_unlock'.

* libguile/threads.c (fat_mutex_unlock): Use `t->handle' instead of
  calling `scm_current_thread'.
libguile/threads.c