1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:37:35 +00:00

Various stubs while trying to get an old coreutils to build.

This commit is contained in:
Andreas Kling 2018-11-17 15:56:09 +01:00
parent e440c3fa87
commit 303577df16
20 changed files with 132 additions and 23 deletions

View file

@ -4,6 +4,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <Kernel/Syscall.h>
extern "C" {