drivers/timers_unix/timers_unix.c
changeset 663 70fc3603e36f
parent 631 08b6b903f84a
child 793 72e9e1064432
--- a/drivers/timers_unix/timers_unix.c	Thu Jun 23 18:12:34 2011 +0200
+++ b/drivers/timers_unix/timers_unix.c	Tue Aug 16 14:15:52 2011 +0200
@@ -101,9 +101,9 @@
 void* unixtimer_canReceiveLoop(void* port)
 {
     /*get signal*/
-    if(signal(SIGTERM, canReceiveLoop_signal) == SIG_ERR) {
-		perror("signal()");
-	}
+  	//  if(signal(SIGTERM, canReceiveLoop_signal) == SIG_ERR) {
+	//		perror("signal()");
+	//}
     unixtimer_ReceiveLoop_task_proc((CAN_PORT)port);
 
     return NULL;