Changeset 1483:e8910d52dbfa in roaraudio


Ignore:
Timestamp:
03/30/09 23:53:16 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

the current signal model only works on POSIX signal system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/signals.c

    r668 r1483  
    2525#include "roard.h" 
    2626 
     27// we should add signal handling on micro controllsers here. 
     28 
     29#if !defined(ROAR_TARGET_MICROCONTROLLER) 
     30 
    2731void on_sig_int (int signum) { 
    2832 ROAR_DBG("got SIGINT"); 
     
    4044} 
    4145 
     46#endif 
     47 
    4248 
    4349//ll 
Note: See TracChangeset for help on using the changeset viewer.