From 18a2d6d4a442d4fddfacbff961615314708f4186 Mon Sep 17 00:00:00 2001 From: huntedbytheirs Date: Sun, 30 Aug 2026 03:26:31 -0400 Subject: [PATCH] libc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c53c04..a7eb54e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Some pieces of software Null Linux attempts to modify _(under correct licensing) - Several Patches to the [Linux Kernel](https://kernel.org) - Fork of [TWM](https://en.wikipedia.org/wiki/Twm) -- Modified [Musl Libc](https://musl.libc.org/) +- Custom Made LIBC Implementation. - A built from scratch, [POSIX](https://en.wikipedia.org/wiki/POSIX) Compliant Coreutils implementation - A fork and stripped down version of [DASH Shell](https://wiki.archlinux.org/title/Dash) - A hand-rolled [DRM](https://en.wikipedia.org/wiki/Direct_Rendering_Manager) wrapper library.