[Vm-dev] [commit][2686] add stub sqFileStdioHandlesInto function

commits at squeakvm.org commits at squeakvm.org
Sat Feb 16 01:24:14 UTC 2013


Revision: 2686
Author:   rowledge
Date:     2013-02-15 17:24:14 -0800 (Fri, 15 Feb 2013)
Log Message:
-----------
add stub sqFileStdioHandlesInto function

Modified Paths:
--------------
    trunk/platforms/RiscOS/plugins/FilePlugin/sqFilePluginBasicPrims.c

Modified: trunk/platforms/RiscOS/plugins/FilePlugin/sqFilePluginBasicPrims.c
===================================================================
--- trunk/platforms/RiscOS/plugins/FilePlugin/sqFilePluginBasicPrims.c	2013-02-16 01:23:05 UTC (rev 2685)
+++ trunk/platforms/RiscOS/plugins/FilePlugin/sqFilePluginBasicPrims.c	2013-02-16 01:24:14 UTC (rev 2686)
@@ -403,6 +403,10 @@
 	return true;
 }
 
+sqInt sqFileStdioHandlesInto(SQFile files[3]) {
+	return 0;
+}
+
 size_t sqFileReadIntoAt(SQFile *f, size_t count, char* byteArrayIndex, size_t startIndex) {
 /* Read count bytes from the given file into byteArray starting at
  * startIndex. byteArray is the address of the first byte of a



More information about the Vm-dev mailing list