diff --git a/options/ansi/include/signal.h b/options/ansi/include/signal.h index 76a85d56..333a9d52 100644 --- a/options/ansi/include/signal.h +++ b/options/ansi/include/signal.h @@ -29,7 +29,6 @@ void __signalIgn(int signal); #define SIGSEGV 5 #define SIGTERM 6 #define SIGPROF 7 -#define SIGWINCH 8 #define SIGIO 9 #define SIGPWR 10 #define SIGRTMIN 11 diff --git a/options/posix/generic/utime-stubs.cpp b/options/posix/generic/utime-stubs.cpp index cf8e56ce..60581cba 100644 --- a/options/posix/generic/utime-stubs.cpp +++ b/options/posix/generic/utime-stubs.cpp @@ -2,7 +2,6 @@ #include #include -#include int utime(const char *, const struct utimbuf *times) { __ensure(!"Not implemented");