From a9bfe650038afea8b751175cac16f6027345e45f Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sat, 20 Nov 2021 10:53:19 -0800 Subject: Chore: reorganize libutf and libfmt into base I found the split to be arbitrary. Better to include the functionality in the standard library. I also split the headers to allow for more granular inclusion (but the library is still monolithic). The only ugliness is the circular dependency introduced with libutf's generated functions. We put explicit prereqs with the necessary object files instead. --- sys/linux/src/infofd.c | 1 - sys/linux/src/ioctl.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/linux') diff --git a/sys/linux/src/infofd.c b/sys/linux/src/infofd.c index 8b2973b..770009a 100644 --- a/sys/linux/src/infofd.c +++ b/sys/linux/src/infofd.c @@ -1,5 +1,4 @@ #include "internal.h" -#include int sys·infofd(int fd, sys·Info *file) diff --git a/sys/linux/src/ioctl.c b/sys/linux/src/ioctl.c index 30c7318..a065d40 100644 --- a/sys/linux/src/ioctl.c +++ b/sys/linux/src/ioctl.c @@ -1,5 +1,4 @@ #include "internal.h" -#include int sys·ioctl(int fd, int request, ...) -- cgit v1.2.1