From 6fe1b84983d510f521356484a57517b4c8429a81 Mon Sep 17 00:00:00 2001 From: Alexander van der Grinten Date: Tue, 30 Oct 2018 19:51:23 +0100 Subject: [PATCH] libc: Misc. minor fixes --- options/ansi/include/signal.h | 1 - options/posix/generic/utime-stubs.cpp | 1 - 2 files changed, 2 deletions(-) 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");