Moved signals1.h to OS-independent directory.
This commit is contained in:
parent
c36b4abf3f
commit
2a34e9d53a
|
@ -3,7 +3,7 @@
|
||||||
#include "../scsh_aux.h"
|
#include "../scsh_aux.h"
|
||||||
|
|
||||||
/* Make sure our exports match up w/the implementation: */
|
/* Make sure our exports match up w/the implementation: */
|
||||||
#include "signals1.h"
|
#include "../signals1.h"
|
||||||
|
|
||||||
/* This table converts Unix signal numbers to S48/scsh interrupt numbers.
|
/* This table converts Unix signal numbers to S48/scsh interrupt numbers.
|
||||||
** If the signal doesn't have an interrupt number, the entry is -1.
|
** If the signal doesn't have an interrupt number, the entry is -1.
|
||||||
|
|
Loading…
Reference in New Issue