1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-07-21 03:04:15 -04:00
icecast-common/thread
Michael Smith 38a1834bd6 Fix some warnings, fix cflags.
svn path=/trunk/httpp/; revision=4258
2003-01-17 09:01:04 +00:00
..
.cvsignore .cvsignore is fun! 2001-09-10 03:04:11 +00:00
BUILDING Initial revision 2001-09-10 02:24:39 +00:00
COPYING Initial revision 2001-09-10 02:24:39 +00:00
Makefile.am Initial revision 2001-09-10 02:24:39 +00:00
README Initial revision 2001-09-10 02:24:39 +00:00
thread.c Fix some warnings, fix cflags. 2003-01-17 09:01:04 +00:00
thread.h Rename thread_t to avoid problems on OS X 2002-12-29 09:55:50 +00:00
TODO Initial revision 2001-09-10 02:24:39 +00:00

This is the cross platform thread and syncronization library.

It depends on the avl library.

This is a massively cleaned and picked through version of the code from
the icecast 1.3.x base.  It has not been heavily tested *YET*.  But since
it's just cleanups, it really shouldn't have that many problems.

jack.