* Don't include signal.h.

This commit is contained in:
bg- 2007-01-24 16:07:20 +00:00
parent 3ba41f731d
commit 58bbd0b4da
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: process.c,v 1.2 2006/08/17 15:39:24 bg- Exp $
* @(#)$Id: process.c,v 1.3 2007/01/24 16:07:20 bg- Exp $
*/
/**
@ -68,7 +68,6 @@ struct event_data {
#ifdef PROCESS_CONF_FASTPOLL
#define NPOLLS PROCESS_CONF_FASTPOLL
#include <signal.h>
static volatile unsigned npolls;
static struct process *needpoll[NPOLLS];
#endif