diff --git a/libc/Makefile b/libc/Makefile index 4049c374..1829d1dc 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -158,7 +158,7 @@ wchar/wcsrchr.o \ wchar/wcsrtombs.o \ wchar/wcsspn.o \ wchar/wcstok.o \ -wctype.o \ +wctype/wctype.o \ HOSTEDOBJS=\ access.o \ diff --git a/libc/sortix/wctype/.gitignore b/libc/sortix/wctype/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/libc/wctype.cpp b/libc/wctype/wctype.cpp similarity index 99% rename from libc/wctype.cpp rename to libc/wctype/wctype.cpp index 10f1fe64..294c2b42 100644 --- a/libc/wctype.cpp +++ b/libc/wctype/wctype.cpp @@ -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 . - wctype.cpp + wctype/wctype.cpp Character types. *******************************************************************************/