summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f41aea)
raw | patch | inline | side by side (parent: 1f41aea)
author | Alexander Shiryaev <aixp@mail.ru> | |
Tue, 4 Dec 2012 23:53:40 +0000 (03:53 +0400) | ||
committer | Alexander Shiryaev <aixp@mail.ru> | |
Tue, 4 Dec 2012 23:53:40 +0000 (03:53 +0400) |
diff --git a/new/_FreeBSDLinuxOpenBSD_/Lin/Rsrc/Mod/gen-Libc/Libc.txt.templ b/new/_FreeBSDLinuxOpenBSD_/Lin/Rsrc/Mod/gen-Libc/Libc.txt.templ
index 656eca1facba9055db41c0800af121a83267109c..a0b6d6b10305714aa566c0ecde4f64d2e232ee7c 100644 (file)
PROCEDURE [ccall] write* (d: int; buf: PtrVoid; nbytes: size_t): ssize_t;
PROCEDURE [ccall] read* (d: int; buf: PtrVoid; nbytes: size_t): ssize_t;
PROCEDURE [ccall] close* (d: int): int;
+ PROCEDURE [ccall] lseek* (d: int; offset: off_t; whence: int): off_t;
(* POSIX.1 *)
PROCEDURE [ccall] sysconf* (name: int): long;
index 325b6fd6a98a20e102648e8c1f936a25cafc25fa..a447b2725a41bc309f05be7aec3fbb4bebdd3d4d 100644 (file)
PROCEDURE [ccall] write* (d: int; buf: PtrVoid; nbytes: size_t): ssize_t;
PROCEDURE [ccall] read* (d: int; buf: PtrVoid; nbytes: size_t): ssize_t;
PROCEDURE [ccall] close* (d: int): int;
+ PROCEDURE [ccall] lseek* (d: int; offset: off_t; whence: int): off_t;
(* POSIX.1 *)
PROCEDURE [ccall] sysconf* (name: int): long;
diff --git a/new/_OpenBSD_/libBB.so b/new/_OpenBSD_/libBB.so
index f94b31e7be6bf6292c6ec42541191508239acdbd..33298ef9edca9e90773fd1ebc9804d6bac3cd5b2 100644 (file)
Binary files a/new/_OpenBSD_/libBB.so and b/new/_OpenBSD_/libBB.so differ
Binary files a/new/_OpenBSD_/libBB.so and b/new/_OpenBSD_/libBB.so differ
index d0a5aaf53178c4d059b3729d16cc249a9939379e..777e969734a9a161aba067f76df8bf221be609c1 100644 (file)
Binary files a/new/_OpenBSD_/libBB0.so and b/new/_OpenBSD_/libBB0.so differ
Binary files a/new/_OpenBSD_/libBB0.so and b/new/_OpenBSD_/libBB0.so differ