DEADSOFTWARE

Merge branch 'master' of github.com:bbcb/bbcp
authorIvan Denisov <d.ivan.krsk@gmail.com>
Mon, 1 Apr 2019 04:44:30 +0000 (11:44 +0700)
committerIvan Denisov <d.ivan.krsk@gmail.com>
Mon, 1 Apr 2019 04:44:30 +0000 (11:44 +0700)
BlackBox/_FreeBSDLinuxOpenBSD_/Dev2/Mod/Linker1.odc
BlackBox/_FreeBSD_/Comm/Mod/TCP.odc
BlackBox/_Linux_/Comm/Mod/TCP.odc
BlackBox/_OpenBSD_/Comm/Mod/TCP.odc
BlackBox/_OpenBSD_/Host/Mod/Files64.odc
BlackBox/_OpenBSD_/Lin/Mod/Libc.txt
BlackBox/_OpenBSD_/Lin/Mod/gen-Libc/custom
BlackBox/_OpenBSD_/blackbox
BlackBox/_OpenBSD_/dev0

index 020771fe3271d43058dca4ffe1a06d51bbe0ee7d..c646647f87163bb7de8a64d1b4e31d83a33c5bde 100644 (file)
Binary files a/BlackBox/_FreeBSDLinuxOpenBSD_/Dev2/Mod/Linker1.odc and b/BlackBox/_FreeBSDLinuxOpenBSD_/Dev2/Mod/Linker1.odc differ
index 1b244a68c12206233460d7eb68b0a0e1ac0b0977..390180d0309f2e2fa1c154b1f06c50718a208f0d 100644 (file)
Binary files a/BlackBox/_FreeBSD_/Comm/Mod/TCP.odc and b/BlackBox/_FreeBSD_/Comm/Mod/TCP.odc differ
index b213fe6ac68c03c565129e3d4ea99feee3e00d21..3f2a94167543435935137addf9d97450da4e6b73 100644 (file)
Binary files a/BlackBox/_Linux_/Comm/Mod/TCP.odc and b/BlackBox/_Linux_/Comm/Mod/TCP.odc differ
index e5c7a31e8bacbb663d11fc6e50a6e94cb14440bd..24fafa0dce2fcd5b9ed538a5c4d3e7543d18acfb 100644 (file)
Binary files a/BlackBox/_OpenBSD_/Comm/Mod/TCP.odc and b/BlackBox/_OpenBSD_/Comm/Mod/TCP.odc differ
index 461c8e1e62a0058e01b5992e4fe19143e3947223..233680c2975bb25e8068299668f533b2865c74a0 100644 (file)
Binary files a/BlackBox/_OpenBSD_/Host/Mod/Files64.odc and b/BlackBox/_OpenBSD_/Host/Mod/Files64.odc differ
index d3a79dbb4207623b6afd1b8834936c2e03840547..cc2f3d70a34dc32845a4bb77dbfeda29c69bd182 100644 (file)
@@ -620,6 +620,9 @@ MODULE LinLibc ["libc.so.90"];
 
                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 ebfac0eddaa087e40ad743e41c9439a37560a400..8ad393531d9a5ec13cf8ee5c3b45961e67a60b87 100644 (file)
@@ -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;
index 58d677879c1a9952773fcf71e83f9664f756d54e..0ec1339218a2af3e3a03ac09dcf2a414599c5660 100755 (executable)
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