mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move auxiliary libc files into their own directory.
This commit is contained in:
parent
9e6cfc3e13
commit
59b28682b4
4 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,9 @@ ASFLAGS=
|
|||
|
||||
FREEOBJS=\
|
||||
assert/_assert.o \
|
||||
aux/c++.o \
|
||||
aux/op-new.o \
|
||||
clearerr.o \
|
||||
c++.o \
|
||||
ctype/ctype.o \
|
||||
dirent/alphasort.o \
|
||||
dirent/dir.o \
|
||||
|
@ -63,7 +64,6 @@ fwrite.o \
|
|||
fwriting.o \
|
||||
getdelim.o \
|
||||
getline.o \
|
||||
op-new.o \
|
||||
rewind.o \
|
||||
setbuf.o \
|
||||
setvbuf.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/>.
|
||||
|
||||
c++.cpp
|
||||
aux/c++.cpp
|
||||
Implements required C++ stuff for use in the Sortix kernel.
|
||||
|
||||
*******************************************************************************/
|
|
@ -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/>.
|
||||
|
||||
op-new.cpp
|
||||
aux/op-new.cpp
|
||||
C++ allocation operators.
|
||||
|
||||
*******************************************************************************/
|
0
libc/sortix/aux/.gitignore
vendored
Normal file
0
libc/sortix/aux/.gitignore
vendored
Normal file
Loading…
Reference in a new issue