libc: Misc. minor fixes

This commit is contained in:
Alexander van der Grinten 2018-10-30 19:51:23 +01:00
parent 51742fe086
commit 6fe1b84983
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -2,7 +2,6 @@
#include <utime.h>
#include <bits/ensure.h>
#include <frigg/debug.hpp>
int utime(const char *, const struct utimbuf *times) {
__ensure(!"Not implemented");