X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=BlackBox%2F_OpenBSD_%2FLin%2FMod%2Fgen-Libc%2Fcustom;h=8ad393531d9a5ec13cf8ee5c3b45961e67a60b87;hb=HEAD;hp=519abd5261d2815b44cea3b57b822985a679186f;hpb=6940a0185fb00916a80539d4fc8ee160a93f330c;p=bbcp.git diff --git a/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom b/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom index 519abd5..8ad3935 100644 --- a/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom +++ b/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom @@ -14,5 +14,10 @@ (* POSIX.1 *) PROCEDURE [ccall] stat* (path: PtrSTR; VAR sp: stat_t): int; + PROCEDURE [ccall] lseek* (d: int; offset: off_t; whence: int): off_t; + + (* XPG4 *) + PROCEDURE [ccall] fseeko* (stream: PtrFILE; offset: off_t; whence: int): int; + (* POSIX.1 *) PROCEDURE [ccall] sigsetjmp* (VAR env: sigjmp_buf; savemask: int): int;