From f01cb93788a4efb4a69309a84774de5427da71ad Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 7 Jan 2018 20:07:51 +0100 Subject: pkg/compiler: make signalno a type alias We don't need compiler support for such things anymore, now we simply can do: type signalno int32[0:65] --- sys/linux/sys.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/sys.txt') diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index d43cb1e65..b77185081 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -60,6 +60,8 @@ include resource fd[int32]: 0xffffffffffffffff, AT_FDCWD resource fd_dir[fd] +type signalno int32[0:65] + open(file ptr[in, filename], flags flags[open_flags], mode flags[open_mode]) fd # Just so that we have something that creates fd_dir resources. open$dir(file ptr[in, filename], flags flags[open_flags], mode flags[open_mode]) fd_dir -- cgit mrf-deployment