X-Git-Url: https://deadsoftware.ru/gitweb?p=bbcp.git;a=blobdiff_plain;f=BlackBox%2F_OpenBSD_%2FLin%2FMod%2Fgen-Libc%2Fcustom;h=8ad393531d9a5ec13cf8ee5c3b45961e67a60b87;hp=ebfac0eddaa087e40ad743e41c9439a37560a400;hb=d2aa4fc6a556885258187a9578b03f32fc7d56cd;hpb=49186965c6de271eda81a7079be9a072b35d259f diff --git a/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom b/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom index ebfac0e..8ad3935 100644 --- a/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom +++ b/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom @@ -16,5 +16,8 @@ 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;