Move assert.h functions into their directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-24 23:57:51 +02:00
parent 18356edb69
commit e87e891ca3
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ CXXFLAGS=-std=gnu++11 -fno-exceptions -fno-rtti
ASFLAGS=
FREEOBJS=\
_assert.o \
assert/_assert.o \
clearerr.o \
c++.o \
ctype.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/>.
_assert.cpp
assert/_assert.cpp
Reports the occurence of an assertion failure.
*******************************************************************************/

0
libc/sortix/assert/.gitignore vendored Normal file
View File