From 5e7e78a49522b96abafd5b0039220586f6c67bea Mon Sep 17 00:00:00 2001 From: Fazlul Shahriar Date: Mon, 4 Nov 2019 15:13:57 -0500 Subject: [PATCH] Fix swapped tsemacquire and nsec commit links --- Plan9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plan9.md b/Plan9.md index fc612525..2ffae0e0 100644 --- a/Plan9.md +++ b/Plan9.md @@ -22,8 +22,8 @@ The current Go distribution has been tested successfully on: Plan 9 requires a kernel providing the following system calls: -* tsemacquire (available since [2012-06-30](https://github.com/0intro/plan9/commit/bd0c9332d5b1da1371d03e8e0ad03de0d08e08c6)) -* nsec (available since [2014-05-15](https://github.com/0intro/plan9/commit/6c1d8fd563a815cbbac06f61bdc1d0f6331c3d3b)) +* tsemacquire (available since [2012-06-30](https://github.com/0intro/plan9/commit/6c1d8fd563a815cbbac06f61bdc1d0f6331c3d3b)) +* nsec (available since [2014-05-15](https://github.com/0intro/plan9/commit/bd0c9332d5b1da1371d03e8e0ad03de0d08e08c6)) A fix to the pread system call is required, so pread will not update the channel offset when reading a file: