From 54446d730cfb17c5f7bcf57f139458678f5066cc Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 27 Jul 2013 17:11:34 -0400 Subject: add wrapper headers, with warnings, for various incorrect names under sys also add a warning to the existing sys/poll.h. the warning is absent from sys/dir.h because it is actually providing a slightly different API to the program, and thus just replacing the #include directive is not a valid fix to programs using this one. --- include/sys/signal.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 include/sys/signal.h (limited to 'include/sys/signal.h') diff --git a/include/sys/signal.h b/include/sys/signal.h new file mode 100644 index 00000000..45bdcc64 --- /dev/null +++ b/include/sys/signal.h @@ -0,0 +1,2 @@ +#warning redirecting incorrect #include to +#include -- cgit v1.2.1