summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4918696)
raw | patch | inline | side by side (parent: 4918696)
author | Alexander Shiryaev <aixp@mail.ru> | |
Sat, 9 Mar 2019 22:46:02 +0000 (01:46 +0300) | ||
committer | Alexander Shiryaev <aixp@mail.ru> | |
Sat, 9 Mar 2019 22:46:02 +0000 (01:46 +0300) |
index 461c8e1e62a0058e01b5992e4fe19143e3947223..233680c2975bb25e8068299668f533b2865c74a0 100644 (file)
Binary files a/BlackBox/_OpenBSD_/Host/Mod/Files64.odc and b/BlackBox/_OpenBSD_/Host/Mod/Files64.odc differ
Binary files a/BlackBox/_OpenBSD_/Host/Mod/Files64.odc and b/BlackBox/_OpenBSD_/Host/Mod/Files64.odc differ
index d3a79dbb4207623b6afd1b8834936c2e03840547..cc2f3d70a34dc32845a4bb77dbfeda29c69bd182 100644 (file)
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;
diff --git a/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom b/BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom
index ebfac0eddaa087e40ad743e41c9439a37560a400..8ad393531d9a5ec13cf8ee5c3b45961e67a60b87 100644 (file)
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;
index 58d677879c1a9952773fcf71e83f9664f756d54e..0ec1339218a2af3e3a03ac09dcf2a414599c5660 100755 (executable)
Binary files a/BlackBox/_OpenBSD_/blackbox and b/BlackBox/_OpenBSD_/blackbox differ
Binary files a/BlackBox/_OpenBSD_/blackbox and b/BlackBox/_OpenBSD_/blackbox differ
index cae64f6f8b51c45f42c6175ad5457281cf23a126..2645d00e7dc986b1d9acd8e5958d8838bb902d64 100755 (executable)
Binary files a/BlackBox/_OpenBSD_/dev0 and b/BlackBox/_OpenBSD_/dev0 differ
Binary files a/BlackBox/_OpenBSD_/dev0 and b/BlackBox/_OpenBSD_/dev0 differ