DEADSOFTWARE

OpenBSD HostFiles64: lseek → fseeko (in order to be regular with Linux HostFiles64)
[bbcp.git] / BlackBox / _OpenBSD_ / Lin / Mod / Libc.txt
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;