From a795a27689e0bb06773f0ee0608354bdceb19286 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Thu, 17 May 2018 11:11:40 +0200
Subject: [PATCH] There's no 'closeallstreams' (anymore ?).
---
libsrc/cbm/open.s | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libsrc/cbm/open.s b/libsrc/cbm/open.s
index 4e57f5efc..5c97aff56 100644
--- a/libsrc/cbm/open.s
+++ b/libsrc/cbm/open.s
@@ -2,10 +2,6 @@
; Ullrich von Bassewitz, 16.11.2002
;
; int open (const char* name, int flags, ...); /* May take a mode argument */
-;
-; Be sure to keep the value priority of closeallfiles lower than that of
-; closeallstreams (which is the high level C file I/O counterpart and must be
-; called before closeallfiles).
.export _open
--
2.39.5