From 53429fed8447389d2b738b9fea128e602a90a2f9 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 21 May 2015 23:33:18 +0100 Subject: [PATCH] cp: note stdio removal --- Applications/util/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/util/cp.c b/Applications/util/cp.c index d7a37448..a81c1302 100644 --- a/Applications/util/cp.c +++ b/Applications/util/cp.c @@ -3,7 +3,7 @@ * Permission is granted to use, distribute, or modify this source, * provided that this copyright notice remains intact. * - * Most simple built-in commands are here. + * Stripped of stdio use Alan Cox 2015 */ #include -- 2.34.1