mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move error.h functions into their own directory.
This commit is contained in:
parent
bd15083e65
commit
575e536442
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Reference in a new issue