From b5cfeae7e0fa2ac695132bdb2397ff6d51e67098 Mon Sep 17 00:00:00 2001 From: Fedor Korotkiy Date: Thu, 23 Apr 2020 18:54:19 +0300 Subject: [PATCH] Add slide about syscall --- lectures/09-lowlevel/lecture.slide | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lectures/09-lowlevel/lecture.slide b/lectures/09-lowlevel/lecture.slide index 73fffd5..7fb54c9 100644 --- a/lectures/09-lowlevel/lecture.slide +++ b/lectures/09-lowlevel/lecture.slide @@ -82,3 +82,8 @@ low-level * cgo .code bzip/bzip2.go /func .* Write/,/^}/ + +* syscall + +- syscall заморожен +- x/sys/unix содержит актуальные реализации системных вызовов