DEADSOFTWARE

OpenBSD HostFiles64: lseek → fseeko (in order to be regular with Linux HostFiles64)
[bbcp.git] / BlackBox / _OpenBSD_ / Lin / Mod / gen-Libc / custom
index 586533b56194494be5de1c973c0d8c736506df21..8ad393531d9a5ec13cf8ee5c3b45961e67a60b87 100644 (file)
 
        (* POSIX.1 *)
                PROCEDURE [ccall] stat* (path: PtrSTR; VAR sp: stat_t): int;
+
+               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;