freebsd-src/lib/libthr
Mike Makonnen 4dee39fea0 Make C applications statically compiled with libthr work. Previously,
an application compiled -static with libthr would dump core in
malloc(3) because the stub thread initialization routine in libc would
be used instead of the libthr supplied one.
2003-06-04 08:23:05 +00:00
..
arch .S comments must be C comments, not ASM ones. 2003-06-02 02:32:56 +00:00
sys - Adjust the makefiles so we have a per architecture makefile. 2003-04-01 07:07:38 +00:00
thread Make C applications statically compiled with libthr work. Previously, 2003-06-04 08:23:05 +00:00
Makefile Make WARNS2 clean. The fixes mostly included: 2003-05-23 09:48:20 +00:00