Move error.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 13:08:01 +02:00
parent bd15083e65
commit 575e536442
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ $(CPUDIR)/syscall.o \
dirent/fddir-sortix.o \
dirent/scandir.o \
dlfcn.o \
errorprint.o \
error/errorprint.o \
fcloseall.o \
fcntl/creat.o \
fcntl/fcntl.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/>.
errorprint.cpp
error/errorprint.cpp
Functions for printing error messages to the terminal.
*******************************************************************************/