K 10 svn:author V 8 deischen K 8 svn:date V 27 2002-11-13T18:12:09.000000Z K 7 svn:log V 398 Use a jump table (a la Solaris) for pthread routines with default entries in the table being stubs. While I'm here, add macros to auto-generate the stubs. A conforming threads library can override the stub routines by filling in the jump table. Add some entries to namespace.h and sync un-namespace.h to it. Also add a comment to remind folks to update un-namespace.h when changing namespace.h. END