X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=BlackBox%2F_FreeBSD_%2FLin%2FMod%2Fgen-Libc%2Fcustom;h=14bdda75ad779566c6e660509374c82d3532d6b6;hb=fa3a8f992ea0a865bba31edbfed4c1ddb2bb9e63;hp=164cf8dc1230488558f56ab435396a65024a9b5f;hpb=5ccaca6b745004c92048f40ae760e7294f9ae589;p=bbcp.git diff --git a/BlackBox/_FreeBSD_/Lin/Mod/gen-Libc/custom b/BlackBox/_FreeBSD_/Lin/Mod/gen-Libc/custom index 164cf8d..14bdda7 100644 --- a/BlackBox/_FreeBSD_/Lin/Mod/gen-Libc/custom +++ b/BlackBox/_FreeBSD_/Lin/Mod/gen-Libc/custom @@ -1,6 +1,10 @@ +(* VAR errno*: INTEGER; stdin* ["__stdinp"]: PtrFILE; +*) + + PROCEDURE [ccall] __errno_location* ["__error"] (): PtrVoid; (* POSIX.1 *) PROCEDURE [ccall] stat* (path: PtrSTR; VAR sp: stat_t): int;