ref: e5c47ca18e2ac3768b124edbd9f48310f3206d26 dir: /sys/src/ape/lib/ap/alpha/_seek.c/
extern long __SEEK(long long*, int, long long, int); long long _SEEK(int fd, long long o, int p) { long long l; if(__SEEK(&l, fd, o, p) < 0) l = -1; return l; }