X-Git-Url: http://deadsoftware.ru/gitweb?p=bbcp.git;a=blobdiff_plain;f=BlackBox%2F_FreeBSDLinuxOpenBSD_%2FLin%2FMod%2Fgen-Libc%2FLibc.txt.templ;h=5851681dcafc1ad5f21fb78ccb024aaa3be7fb7c;hp=3e156fd12fe7f345a22f5538aae7f8e8133adcc1;hb=9cb18e7230d253ef5714e11755745a8efbf93f39;hpb=4fafe12bb092834966700b01b6b9e4a3f0f44ec2 diff --git a/BlackBox/_FreeBSDLinuxOpenBSD_/Lin/Mod/gen-Libc/Libc.txt.templ b/BlackBox/_FreeBSDLinuxOpenBSD_/Lin/Mod/gen-Libc/Libc.txt.templ index 3e156fd..5851681 100644 --- a/BlackBox/_FreeBSDLinuxOpenBSD_/Lin/Mod/gen-Libc/Libc.txt.templ +++ b/BlackBox/_FreeBSDLinuxOpenBSD_/Lin/Mod/gen-Libc/Libc.txt.templ @@ -194,6 +194,9 @@ MODULE LinLibc ["libc.so%%libver%%"]; (* ANSI C 89, XPG4 *) PROCEDURE [ccall] fseek* (stream: PtrFILE; offset: long; whence: int): int; + (* POSIX.1 *) + PROCEDURE [ccall] fileno* (stream: PtrFILE): int; + (* POSIX.1 *) PROCEDURE [ccall] rename* (from, to: PtrSTR): int; PROCEDURE [ccall] mkdir* (path: PtrSTR; mode: mode_t): int;