Usermode - Switched to the POSIX read()/write() argument order
[tpg/acess2.git] / Usermode / Libraries / libgcc.so_src / libgcc.c
index 8f6021f..8c5c13a 100644 (file)
@@ -13,7 +13,7 @@ int SoMain()
 // --- Errors ---
 void __stack_chk_fail()
 {
-       write(2, 32, "FATAL ERROR: Stack Check Failed\n");
+       write(2, "FATAL ERROR: Stack Check Failed\n", 32);
        _exit(-1);
        for(;;);
 }

UCC git Repository :: git.ucc.asn.au