mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix fnewfile(3) being in a file with the wrong name.
This commit is contained in:
parent
59edfdb787
commit
c109f5165e
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ fgetc.o \
|
||||||
fgets.o \
|
fgets.o \
|
||||||
flbf.o \
|
flbf.o \
|
||||||
flushlfb.o \
|
flushlfb.o \
|
||||||
fnewline.o \
|
fnewfile.o \
|
||||||
format.o \
|
format.o \
|
||||||
fpending.o \
|
fpending.o \
|
||||||
fpurge.o \
|
fpurge.o \
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
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/>.
|
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
fnewline.cpp
|
fnewfile.cpp
|
||||||
Allocates and initializes a simple FILE object ready for construction.
|
Allocates and initializes a simple FILE object ready for construction.
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
Loading…
Reference in a new issue