Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/pthread.h
20,11 → 20,11
 
/**
------------
CVS : $Id: pthread.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: pthread.h,v 1.2 2003-03-13 13:41:04 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:41:04 $
------------
 
pthread.h
60,7 → 60,10
#include <signal.h>
#include <errno.h>
#include <kernel/func.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
void PTHREAD_register_module(LEVEL sched, RLEVEL pi, RLEVEL pc);
 
#define PTHREAD_CANCELED TASK_CANCELED
546,6 → 549,7
#define pthread_cleanup_push task_cleanup_push
#define pthread_cleanup_pop task_cleanup_pop
 
__END_DECLS
 
#endif