X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibposix.so_src%2Finclude_exp%2Funistd.h;h=118cdfe6e02fd743146e1318967e681bc1feba91;hb=8052e522542c004cb8fe6970d3313184a27763c2;hp=8a644a7457ac2536161d5f15aae8ae3aa64cb50f;hpb=8695e2b9f65ab4411677d4eff57d0d80f6c26f9a;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libposix.so_src/include_exp/unistd.h b/Usermode/Libraries/libposix.so_src/include_exp/unistd.h index 8a644a74..118cdfe6 100644 --- a/Usermode/Libraries/libposix.so_src/include_exp/unistd.h +++ b/Usermode/Libraries/libposix.so_src/include_exp/unistd.h @@ -39,6 +39,7 @@ extern int close(int fd); extern ssize_t write(int fd, const void *buf, size_t count); extern ssize_t read(int fd, void *buf, size_t count); +extern off_t lseek(int fd, off_t offset, int whence); extern int fork(void); extern int execv(const char *b, char *v[]);