mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix flushlbf(3) being in a file with the wrong name.
This commit is contained in:
parent
c109f5165e
commit
e72b1c0ac1
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ fflush.o \
|
|||
fgetc.o \
|
||||
fgets.o \
|
||||
flbf.o \
|
||||
flushlfb.o \
|
||||
flushlbf.o \
|
||||
fnewfile.o \
|
||||
format.o \
|
||||
fpending.o \
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Add table
Reference in a new issue