DEADSOFTWARE

synchronized with https://github.com/aixp/BlackBox
[bbcp.git] / BlackBox / _FreeBSD_ / Lin / Mod / gen-Libc / custom
index 164cf8dc1230488558f56ab435396a65024a9b5f..14bdda75ad779566c6e660509374c82d3532d6b6 100644 (file)
@@ -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;