commit 4f9918f90b7d9085a912f4b38c14f8e8e4894791
Author:     Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Thu Feb 23 14:45:36 2017 +0100
Commit:     Roberto E. Vargas Caballero <[email protected]>
CommitDate: Thu Feb 23 14:45:36 2017 +0100

    [libc] Add ctype.o to the Makefile

diff --git a/libc/src/Makefile b/libc/src/Makefile
index 82f02e7..e8612df 100644
--- a/libc/src/Makefile
+++ b/libc/src/Makefile
@@ -7,7 +7,7 @@ LIBCOBJ = assert.o strcpy.o strcmp.o strlen.o strchr.o \
           memset.o memcpy.o memmove.o memcmp.o memchr.o \
           isalnum.o isalpha.o isascii.o isblank.o iscntrl.o isdigit.o \
           isgraph.o islower.o isprint.o ispunct.o isspace.o isupper.o \
-          isxdigit.o toupper.o tolower.o setlocale.o \
+          isxdigit.o toupper.o tolower.o ctype.o setlocale.o \
           localeconv.o
 
 all: libc.a

Reply via email to