diff options
| author | David Xu <davidxu@FreeBSD.org> | 2012-05-03 09:17:31 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2012-05-03 09:17:31 +0000 |
| commit | 84ac0fb8ca7ae87f76efda90eea69698c1109875 (patch) | |
| tree | ed9550b886413ddf07f7d057d29b37d1ce5bce06 /lib/libthr/thread/thr_private.h | |
| parent | bdf942c3f0d8d260cdb78793a3ff32e920844f32 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
| -rw-r--r-- | lib/libthr/thread/thr_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 4469f6bea345..5224c7c2c1bd 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -710,6 +710,7 @@ extern size_t _thr_stack_initial __hidden; extern int _thr_page_size __hidden; extern int _thr_spinloops __hidden; extern int _thr_yieldloops __hidden; +extern int _thr_queuefifo __hidden; /* Garbage thread count. */ extern int _gc_count __hidden; |
