Fix flushlbf(3) being in a file with the wrong name.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-27 22:41:52 +01:00
parent c109f5165e
commit e72b1c0ac1
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ fflush.o \
fgetc.o \
fgets.o \
flbf.o \
flushlfb.o \
flushlbf.o \
fnewfile.o \
format.o \
fpending.o \

View File

@ -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 <http://www.gnu.org/licenses/>.
flushlfb.cpp
flushlbf.cpp
Flushes all line buffered registered files.
*******************************************************************************/