From f126cd9d465714699bf18750a13dbf614e73ac07 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 8 Feb 2017 14:17:25 -0600 Subject: [PATCH] Remove comment about being based on a Newlib implementation. That is not true. This is an original work. --- libc/stdio/lib_setvbuf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libc/stdio/lib_setvbuf.c b/libc/stdio/lib_setvbuf.c index 752436248e3..3875b770b9c 100644 --- a/libc/stdio/lib_setvbuf.c +++ b/libc/stdio/lib_setvbuf.c @@ -5,8 +5,6 @@ * Author: Alan Carvalho de Assis * Gregory Nutt * - * This code is based on Newlib implementation. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: