[PVFS2-CVS] commit by robl in pvfs2-1/src/io/job: thread-mgr.c
CVS commit program
cvs at parl.clemson.edu
Wed Feb 9 16:46:59 EST 2005
Update of /projects/cvsroot/pvfs2-1/src/io/job
In directory parlweb:/tmp/cvs-serv30604/src/io/job
Modified Files:
thread-mgr.c
Log Message:
don't include pthread.h extraneously. don't compile pthread versions if
NULL_LCOKING selected
Index: thread-mgr.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/io/job/thread-mgr.c,v
diff -u -w -p -u -r1.24 -r1.25
--- thread-mgr.c 13 Dec 2004 15:11:08 -0000 1.24
+++ thread-mgr.c 9 Feb 2005 21:46:59 -0000 1.25
@@ -4,7 +4,6 @@
* See COPYING in top-level directory.
*/
-#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
More information about the PVFS2-CVS
mailing list