[q-lang-cvs] q/modules/clib clib.c,1.88,1.89
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-22 08:42:54
|
Update of /cvsroot/q-lang/q/modules/clib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14876 Modified Files: clib.c Log Message: TODO: check that these are available on Windows Index: clib.c =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/clib.c,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** clib.c 22 Feb 2008 08:23:49 -0000 1.88 --- clib.c 22 Feb 2008 08:42:50 -0000 1.89 *************** *** 136,139 **** --- 136,142 ---- #endif + #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 + #define HAVE_SEM_TIMEDWAIT 1 + #endif |