Plan 9 from Bell Labs’s /usr/web/sources/contrib/rsc/linuxemu/libc/linux/9/seek.c
#include <u.h> #include <libc.h> #include "../syscall/syscall.h" vlong seek(int fd, vlong off, int whence) { return linuxlseek(fd, off, whence); /* XXX */ }