Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 3 → Rev 80

/shark/trunk/include/signal.h
20,11 → 20,11
 
/**
------------
CVS : $Id: signal.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: signal.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 $
------------
 
This file contains the Signal Handling stuffs...
95,7 → 95,10
#include <kernel/types.h>
#include <sys/types.h>
//#include <time.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
__DJ_pid_t
#undef __DJ_pid_t
#define __DJ_pid_t
377,5 → 380,5
return sigqueue_internal(pid, signo, value, SI_QUEUE);
}
 
 
__END_DECLS
#endif