diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-04 19:07:07 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-04 19:07:07 +0000 |
| commit | cc7be8dc05cb75b05941f827faa63b921f4122c2 (patch) | |
| tree | fe94f0d27eae754cb680f8996c8bf5955339a0ca /lib/libthr/thread/thr_create.c | |
| parent | 588f0960659026371e0f66e9130de918f887e5b3 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_create.c')
| -rw-r--r-- | lib/libthr/thread/thr_create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_create.c b/lib/libthr/thread/thr_create.c index a6193327a6e4..38e483fd9708 100644 --- a/lib/libthr/thread/thr_create.c +++ b/lib/libthr/thread/thr_create.c @@ -44,6 +44,7 @@ #include "libc_private.h" #define OFF(f) offsetof(struct pthread, f) +int _thread_thr_id_offset = OFF(thr_id); int _thread_next_offset = OFF(tle.tqe_next); int _thread_name_offset = OFF(name); int _thread_ctx_offset = OFF(ctx); |
