Index: uspace/lib/cpp/src/iostream.cpp
===================================================================
--- uspace/lib/cpp/src/iostream.cpp	(revision 573264848ed905f3d2877fd9cc0ff835815fa9f1)
+++ uspace/lib/cpp/src/iostream.cpp	(revision 4ff55d2c31c0a0a182e2ae14bc5c182c12a47137)
@@ -48,4 +48,6 @@
         if (init_cnt_++ == 0)
         {
+            // TODO: These buffers should be static too
+            //       in case somebody reassigns to cout/cin.
             ::new(&cin) istream{::new aux::stdin_streambuf<char>{}};
             ::new(&cout) ostream{::new aux::stdout_streambuf<char>{}};
