Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/libbb/signals.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 47  void FAST_FUNC bb_signals(int sigs, void Line 47  void FAST_FUNC bb_signals(int sigs, void
47   }   }
48  }  }
49    
50  void FAST_FUNC bb_signals_recursive(int sigs, void (*f)(int))  void FAST_FUNC bb_signals_recursive_norestart(int sigs, void (*f)(int))
51  {  {
52   int sig_no = 0;   int sig_no = 0;
53   int bit = 1;   int bit = 1;

Legend:
Removed from v.983  
changed lines
  Added in v.984