diff --git a/libc/Makefile b/libc/Makefile index d2c8bbdf..f3002124 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -41,7 +41,7 @@ fgetc.o \ fgets.o \ flbf.o \ flushlfb.o \ -fnewline.o \ +fnewfile.o \ format.o \ fpending.o \ fpurge.o \ diff --git a/libc/fnewline.cpp b/libc/fnewfile.cpp similarity index 98% rename from libc/fnewline.cpp rename to libc/fnewfile.cpp index 38d53aa8..8b62c247 100644 --- a/libc/fnewline.cpp +++ b/libc/fnewfile.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 . - fnewline.cpp + fnewfile.cpp Allocates and initializes a simple FILE object ready for construction. *******************************************************************************/