Skip to content

Commit

Permalink
re-enable more functions [#15]
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Oct 23, 2024
1 parent d83d527 commit 21ddac5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/libc/ansi/stdlib/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC += atexit.c
SRC += atof.c
SRC += atoi.c
SRC += atol.c
#SRC += atold.c
SRC += atold.c
SRC += atoll.c
SRC += bsearch.c
SRC += div.c
Expand Down
2 changes: 1 addition & 1 deletion src/libc/c99/math/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2002 DJ Delorie, see COPYING.DJ for details
TOP=../..

#SRC += errhandl.c
SRC += errhandl.c
SRC += hugevalf.c
SRC += hugevall.c
SRC += lrintf.c
Expand Down
10 changes: 5 additions & 5 deletions src/libc/compat/bsd/makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
TOP=../..

#SRC += bcmp.c
#SRC += bcopy.c
#SRC += bzero.c
#SRC += index.c
#SRC += rindex.c
SRC += bcmp.c
SRC += bcopy.c
SRC += bzero.c
SRC += index.c
SRC += rindex.c

include $(TOP)/../makefile.inc
8 changes: 4 additions & 4 deletions src/libc/compat/string/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
TOP=../..

#AS_SRC += ffs.S
#SRC += memccpy.c
SRC += memccpy.c
SRC += memicmp.c
#SRC += stpcpy.c
#SRC += stpncpy.c
SRC += stpcpy.c
SRC += stpncpy.c
SRC += strcasec.c
SRC += strdup.c
SRC += stricmp.c
Expand All @@ -18,7 +18,7 @@ SRC += strlcpy.c
SRC += strlwr.c
SRC += strncase.c
SRC += strnicmp.c
#SRC += strsep.c
SRC += strsep.c
SRC += strupr.c

include $(TOP)/../makefile.inc
Expand Down
2 changes: 1 addition & 1 deletion src/libc/posix/string/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TOP=../..

SRC += strtok_r.c
#SRC += strerr_r.c
SRC += strerr_r.c
SRC += strndup.c
SRC += strnlen.c

Expand Down

0 comments on commit 21ddac5

Please sign in to comment.