15 lines
175 B
C
Executable File
15 lines
175 B
C
Executable File
#include <common/bk_include.h>
|
|
#include "signal.h"
|
|
|
|
void bk_signal(int sig_num, SIG_FUNC func)
|
|
{
|
|
}
|
|
|
|
extern unsigned int bk_alarm(unsigned int seconds)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
// eof
|
|
|