DEADSOFTWARE

synchronized with https://github.com/aixp/BlackBox
[bbcp.git] / BlackBox / _OpenBSD_ / Lin / Mod / gen-Libc / custom
index e522bff399be383415deb500cc294e61048c305c..586533b56194494be5de1c973c0d8c736506df21 100644 (file)
@@ -1,11 +1,13 @@
+(*
        VAR
                (* OpenBSD: stdin, stdout, stderr *)
-                       __sF*: ARRAY [untagged] 3 OF FILE; (* OpenBSD 5.2 /usr/include/stdio.h *)
+                       __sF*: ARRAY [untagged] 3 OF FILE; (* OpenBSD 5.8 /usr/include/stdio.h *)
                                (*
                                        stdin = SYSTEM.ADR(__sF[0])
                                        stdout = SYSTEM.ADR(__sF[1])
                                        stderr = SYSTEM.ADR(__sF[2])
                                *)
+*)
 
        PROCEDURE [ccall] __errno_location* ["__errno"] (): PtrVoid;