Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1377 → Rev 1607

/demos/trunk/base/intsem.c
34,7 → 34,7
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* CVS : $Id: intsem.c,v 1.2 2004-04-17 11:36:14 giacomo Exp $
* CVS : $Id: intsem.c,v 1.3 2005-01-08 14:31:38 pj Exp $
 
this test is a simple main() function with one other task.
 
103,7 → 103,7
sys_gettime(&t);
} while (t.tv_sec < 10);
sys_end();
exit(0);
 
return 0;
}