From 629dc7d74f4ba1b28cd080792b9de23b8b8e3734 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 16 Nov 2019 00:39:36 +0300 Subject: [PATCH] Updated On libc usage (early draft) (markdown) --- On-libc-usage-(early-draft).md | 1 + 1 file changed, 1 insertion(+) diff --git a/On-libc-usage-(early-draft).md b/On-libc-usage-(early-draft).md index 2d1e606..01ab642 100644 --- a/On-libc-usage-(early-draft).md +++ b/On-libc-usage-(early-draft).md @@ -4,6 +4,7 @@ The syscall API is private or unstable. The Go team used to use syscalls instead of libc on non-Linux systems, but they moved to libc instead: +https://github.com/golang/go/issues/16272 https://github.com/golang/go/issues/30401 V will support libc free builds on Linux soon. \ No newline at end of file