From e72b1c0ac18ad46ba4ebebbeec80cb8f626998cb Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 27 Oct 2013 22:41:52 +0100 Subject: [PATCH] Fix flushlbf(3) being in a file with the wrong name. --- libc/Makefile | 2 +- libc/{flushlfb.cpp => flushlbf.cpp} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename libc/{flushlfb.cpp => flushlbf.cpp} (98%) diff --git a/libc/Makefile b/libc/Makefile index f3002124..a07ee066 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -40,7 +40,7 @@ fflush.o \ fgetc.o \ fgets.o \ flbf.o \ -flushlfb.o \ +flushlbf.o \ fnewfile.o \ format.o \ fpending.o \ diff --git a/libc/flushlfb.cpp b/libc/flushlbf.cpp similarity index 98% rename from libc/flushlfb.cpp rename to libc/flushlbf.cpp index 512701f8..8407d5ee 100644 --- a/libc/flushlfb.cpp +++ b/libc/flushlbf.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the Sortix C Library. If not, see . - flushlfb.cpp + flushlbf.cpp Flushes all line buffered registered files. *******************************************************************************/