From 7faa1daa65b0d2fe6fd88adff2d9a1dc3ee45085 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 04 Jan 2025 20:43:21 +0800 Subject: [PATCH] README: Add warning about Linux-only system calls --- README.md | 5 +++++ diff --git a/README.md b/README.md index ba9820b830ec5804b69a6e7e0decb591d5fa6d87..4a95bc9afe5d43cd53b99437f6eec38626ab4229 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Common Go libraries for Lindenii projects +## Warning + +Currently this only works on Linux because we use Linux-specific system calls. +This needs to be addressed in the future. + ## Ported/forked packages | Name | Description | Origin | License | -- 2.48.1