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. *******************************************************************************/