X-Git-Url: http://deadsoftware.ru/gitweb?p=bbcp.git;a=blobdiff_plain;f=BlackBox%2F_FreeBSD_%2FLin%2FMod%2FLibc.txt;h=85e53d1866ad54e7b5db3aa1af0ef64c4fbe0db1;hp=d9691eee2997bea8aff61fa5056e7b5febe59dff;hb=ec6d9e2f93d6f6d6638260962fea572ca80e328e;hpb=cb77c1eed98f6467672287f7bc6e3017f50c266f diff --git a/BlackBox/_FreeBSD_/Lin/Mod/Libc.txt b/BlackBox/_FreeBSD_/Lin/Mod/Libc.txt index d9691ee..85e53d1 100644 --- a/BlackBox/_FreeBSD_/Lin/Mod/Libc.txt +++ b/BlackBox/_FreeBSD_/Lin/Mod/Libc.txt @@ -690,6 +690,7 @@ MODULE LinLibc ["libc.so.7"]; (* POSIX.1 *) PROCEDURE [ccall] chmod* (path: PtrSTR; mode: mode_t): int; + PROCEDURE [ccall] fchmod* (fd: int; mode: mode_t): int; (* POSIX.1 *) PROCEDURE [ccall] sysconf* (name: int): long;