X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=new%2F_FreeBSDLinuxOpenBSD_%2FLin%2FRsrc%2FMod%2Fgen-Libc%2FLibc.txt.templ;h=a0b6d6b10305714aa566c0ecde4f64d2e232ee7c;hb=4dd530712ea3b6d3c61b6f3d03174cceb3c9e655;hp=656eca1facba9055db41c0800af121a83267109c;hpb=ac9e9b4387980fc102209508c8b97af61584263f;p=bbcp.git 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 656eca1..a0b6d6b 100644 --- a/new/_FreeBSDLinuxOpenBSD_/Lin/Rsrc/Mod/gen-Libc/Libc.txt.templ +++ b/new/_FreeBSDLinuxOpenBSD_/Lin/Rsrc/Mod/gen-Libc/Libc.txt.templ @@ -204,6 +204,7 @@ 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] sysconf* (name: int): long;