]> mj.ucw.cz Git - libucw.git/commit
Added threading infrastructure to libucw and CONFIG_UCW_THREADS.
authorMartin Mares <mj@ucw.cz>
Mon, 11 Dec 2006 22:43:37 +0000 (23:43 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 11 Dec 2006 22:43:37 +0000 (23:43 +0100)
commit2e228d21a4643c28db7ba87dbc5f4fc523ae4fe1
tree9927436f4b8e50dbc46fa4a14ca0ac2dc641de04
parent24713ce976ab11164328176005654c870dc8467c
Added threading infrastructure to libucw and CONFIG_UCW_THREADS.

Finally decided that we need threading support in too many libucw modules,
so the only sane thing is to link all programs with -lpthread. On the
other hand, I would like to keep the possibility of building non-threaded libucw,
so I've introduced a new config switch, which is always set for Sherlock.
lib/Makefile
lib/threads-conf.c [new file with mode: 0644]
lib/threads.c [new file with mode: 0644]
lib/threads.h [new file with mode: 0644]