DEADSOFTWARE

lseek
[bbcp.git] / BlackBox / _FreeBSDLinuxOpenBSD_ / Lin / Mod / gen-Libc / Libc.txt.templ
index fb0cd79689a411ad278a461207d329f6297f137d..2532cd6e10cd5c0995847db5140089c57bcd0bb5 100644 (file)
@@ -225,7 +225,6 @@ MODULE LinLibc ["libc.so%%libver%%"];
                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] chmod* (path: PtrSTR; mode: mode_t): int;