commit | 9cb22ba60776e22568798b40560543ddf6c8ed2c | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Dec 28 04:04:16 2004 +0000 |
committer | rsc <devnull@localhost> | Tue Dec 28 04:04:16 2004 +0000 |
tree | 9f0164d0133aa1c9bc043bfd308315df490d5d19 | |
parent | 31cf0ab11fd456c828ae7e2473dc6b73789bd20e [diff] |
add threadlinklibrary
diff --git a/include/thread.h b/include/thread.h index 84adb22..bbcbba5 100644 --- a/include/thread.h +++ b/include/thread.h
@@ -27,6 +27,11 @@ void threaddaemonize(void); /* + * clumsy linker hack + */ +void threadlinklibrary(void); + +/* * per proc and thread data */ void **procdata(void);