pkgsrc/devel/pthread-stublib/DESCR
drochner 0c8b032218 Add a library to catch calls to pthread_mutex* and *specific* functions
where the base system doesn't provide stubs for non-threaded programs
(which is just NetBSD<=2 for now).
This is absolutely primitive and just sufficient to make MesaLib usable
with nonthreaded programs.
2006-03-21 19:23:08 +00:00

3 lines
214 B
Text

Provide dummy implementations of pthread functions like mutex operations
to enable libraries to be used in both thread-aware and non-threaded programs.
This is for NetBSD<=2; newer operating systems don't need it.