Moved signals1.h to OS-independent directory.

This commit is contained in:
shivers 1996-09-12 06:01:30 +00:00
parent c36b4abf3f
commit 2a34e9d53a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "../scsh_aux.h"
/* 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.
** If the signal doesn't have an interrupt number, the entry is -1.