Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7192/src
Modified Files: Tag: devel_0_38 m_sched.c Log Message: oops, one more
Index: m_sched.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_sched.c,v retrieving revision 1.5.4.31 retrieving revision 1.5.4.32 diff -C2 -d -r1.5.4.31 -r1.5.4.32 *** m_sched.c 13 May 2005 15:54:40 -0000 1.5.4.31 --- m_sched.c 13 May 2005 15:55:30 -0000 1.5.4.32 *************** *** 581,585 **** void sys_lock(void) {} void sys_unlock(void) {} ! int sys_trylock(void) {} int sys_timedlock(int microsec) { return 0; }
--- 581,585 ---- void sys_lock(void) {} void sys_unlock(void) {} ! int sys_trylock(void) { return 0; } int sys_timedlock(int microsec) { return 0; }