shithub: mc

Download patch

ref: 020869f23ed9d0f0ca5b53bdce1f87c05024689f
parent: 80c375b727f017948b470ca90fc18af639534a30
author: Ori Bernstein <[email protected]>
date: Mon Dec 29 13:38:57 EST 2014

Remove 'access() from exported syscalls for now.

--- a/libstd/sys+linux-x64.myr
+++ b/libstd/sys+linux-x64.myr
@@ -561,7 +561,6 @@
 	const write	: (fd:fd, buf:byte[:] -> size)
 	const lseek	: (fd:fd, off:off, whence:whence -> int64)
 	const stat	: (path:byte[:], sb:statbuf# -> int64)
-	const access	: (path : byte[:], mode : accessmode -> int64)
 	const lstat	: (path:byte[:], sb:statbuf# -> int64)
 	const fstat	: (fd:fd, sb:statbuf# -> int64)
 	const mkdir	: (path : byte[:], mode : int64	-> int64)