Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 958 → Rev 959

/shark/trunk/kernel/pthread.c
18,11 → 18,11
 
/**
------------
CVS : $Id: pthread.c,v 1.3 2003-11-05 15:05:12 giacomo Exp $
CVS : $Id: pthread.c,v 1.4 2005-02-25 10:36:52 pj Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-11-05 15:05:12 $
Revision: $Revision: 1.4 $
Last update: $Date: 2005-02-25 10:36:52 $
------------
 
pthread.c
58,9 → 58,9
#include <kernel/func.h>
#include <pthread.h>
#include <errno.h>
#include <modules/pi.h>
#include <modules/pc.h>
#include <modules/posix.h>
#include <pi/pi/pi.h>
#include <pc/pc/pc.h>
#include <posix/posix/posix.h>
 
// this fields are used to store the levels used in the pthread_functions...
static LEVEL level_sched;