Remove c_str functions, replace with CStr

This commit is contained in:
Jeremy Soller
2018-09-24 21:08:29 -06:00
parent ef9fee5a2b
commit 7f14fcdee0
8 changed files with 29 additions and 62 deletions
+2 -2
View File
@@ -76,12 +76,10 @@ BINS=\
$(EXPECT_BINS) \
dirent \
pwd \
resource/getrusage \
stdlib/alloc \
stdlib/bsearch \
stdlib/mktemp \
time/gettimeofday \
time/times \
unistd/chdir \
unistd/getcwd \
unistd/gethostname \
@@ -89,6 +87,8 @@ BINS=\
unistd/link \
unistd/setid \
unistd/stat
# resource/getrusage
# time/times
.PHONY: all $(BINS) clean run expected verify