ref: dc92960b6dae4b054245368d992765cfe8af64c4
parent: 2190e16c308469dec435fe3c9bd3418541dfd8a7
author: Ori Bernstein <[email protected]>
date: Mon Jan 27 08:16:38 EST 2014
And I forgot to remove it The last commit was supposed to delete the duplicate function,
--- a/libstd/sys-linux.myr
+++ b/libstd/sys-linux.myr
@@ -563,7 +563,6 @@
const stat = {path, sb; -> syscall(Sysstat, cstring(path), sb)}
const fstat = {fd, sb; -> syscall(Sysfstat, fd, sb)}
const mkdir = {path, mode; -> syscall(Sysmkdir, cstring(path), mode) castto(int64)}
-const seek = {fd, of, whence; -> syscall(Syslseek, fd, off, whence) castto(off)}
/* networking */
const socket = {dom, stype, proto; -> syscall(Syssocket, dom castto(int64), stype, proto) castto(fd)}