mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Rename libc/aux to libc/c++.
This commit is contained in:
parent
d8201c007a
commit
fac70d5119
3 changed files with 5 additions and 6 deletions
|
@ -16,8 +16,8 @@ ASFLAGS=
|
|||
|
||||
FREEOBJS=\
|
||||
assert/__assert.o \
|
||||
aux/c++.o \
|
||||
aux/op-new.o \
|
||||
c++/c++.o \
|
||||
c++/op-new.o \
|
||||
ctype/isalnum.o \
|
||||
ctype/isalpha.o \
|
||||
ctype/isascii.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/>.
|
||||
|
||||
aux/c++.cpp
|
||||
c++/c++.cpp
|
||||
Implements required C++ stuff for use in the Sortix kernel.
|
||||
|
||||
*******************************************************************************/
|
|
@ -17,9 +17,8 @@
|
|||
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/>.
|
||||
|
||||
aux/op-new.cpp
|
||||
C++ allocation operators. This is a hack to work around that libstdc++ is
|
||||
yet to be integrated into Sortix.
|
||||
c++/op-new.cpp
|
||||
C++ allocation operators.
|
||||
|
||||
*******************************************************************************/
|
||||
|
Loading…
Reference in a new issue