X-Git-Url: https://deadsoftware.ru/gitweb?p=bbcp.git;a=blobdiff_plain;f=BlackBox%2F_OpenBSD_%2FLin%2FMod%2Fgen-Libc%2Fcustom;h=ebfac0eddaa087e40ad743e41c9439a37560a400;hp=519abd5261d2815b44cea3b57b822985a679186f;hb=1917111f84110463d2aa92ba31e54fe9d881c5cd;hpb=672df608cf7a0a9822cef04bb195f793a2ca826b diff --git a/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom b/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom index 519abd5..ebfac0e 100644 --- a/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom +++ b/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom @@ -14,5 +14,7 @@ (* POSIX.1 *) PROCEDURE [ccall] stat* (path: PtrSTR; VAR sp: stat_t): int; + PROCEDURE [ccall] lseek* (d: int; offset: off_t; whence: int): off_t; + (* POSIX.1 *) PROCEDURE [ccall] sigsetjmp* (VAR env: sigjmp_buf; savemask: int): int;