libc: add sys/signal.h for compatibility

Some applications look for sys/signal.h instead of signal.h.
Work around those apps.

Change-Id: I76ac7744ebc56d196b5f0cb9ed381d32817436b9
This commit is contained in:
Nick Kralevich 2013-02-22 10:38:28 -08:00
parent 580a707376
commit b22a684990

View File

@ -0,0 +1 @@
#include <signal.h>